# docker-compose-with-node **Repository Path**: sgout/docker-compose-with-node ## Basic Information - **Project Name**: docker-compose-with-node - **Description**: Adds docker-compose and nodejs to the offcial docker image - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-28 - **Last Updated**: 2021-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-compose-with-node Adds docker-compose and nodejs to the [offcial docker image](https://hub.docker.com/_/docker/). Can be used as a runner in GitLab like this: ``` docker exec -it gitlab-runner \ gitlab-runner \ register -n \ --name "docker-node" \ --tag-list "docker-node" \ --docker-image "colinhan/docker-compose-with-node:latest" \ --docker-privileged \ --docker-volumes "/var/run/docker.sock:/var/run/docker.sock" \ --docker-volumes "/cache" ```