https://github.com/hugomrdias/docker-node-yarn
This repo is mirrored every hour from gitlab
https://github.com/hugomrdias/docker-node-yarn
Last synced: 3 months ago
JSON representation
This repo is mirrored every hour from gitlab
- Host: GitHub
- URL: https://github.com/hugomrdias/docker-node-yarn
- Owner: hugomrdias
- License: mit
- Created: 2016-10-26T17:34:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T12:43:51.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T04:29:11.369Z (3 months ago)
- Homepage: https://gitlab.com/hugomrdias/docker-node-yarn
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-node-yarn [](https://gitlab.com/hugomrdias/docker-node-yarn/commits/master)
> Docker image for node LTS plus yarn and rsyncThis is for advanced users.
## Build
```
docker build -t hugomrdias/node-yarn .
```## Running
```
docker run -it --rm --name node hugomrdias/node-yarn /bin/bash
```## Resources
https://www.dajobe.org/blog/2015/04/18/making-debian-docker-images-smaller/
https://docs.docker.com/engine/tutorials/dockerimages/## License
MIT © [Hugo Dias](http://hugodias.me)