https://github.com/mcasimir/dind-node-build-runner
Docker image for node and docker builds
https://github.com/mcasimir/dind-node-build-runner
docker docker-image gitlab-runner
Last synced: 7 months ago
JSON representation
Docker image for node and docker builds
- Host: GitHub
- URL: https://github.com/mcasimir/dind-node-build-runner
- Owner: mcasimir
- Created: 2016-03-04T12:27:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T16:12:51.000Z (over 9 years ago)
- Last Synced: 2025-04-28T15:14:03.022Z (11 months ago)
- Topics: docker, docker-image, gitlab-runner
- Language: Shell
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dind-node-build-runner
A docker image that provides a running environment to perform builds using common node
js tools and docker in docker.
Tools:
- git
- docker
- docker-compose
- node
- npm
- bower
- gulp
- grunt
- phantomjs
- chrome
- chromedriver
## Usage
```
docker run --privileged mcasimir/dind-node-build-runner
```