An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# docker-node-yarn [![build status](https://gitlab.com/hugomrdias/docker-node-yarn/badges/master/build.svg)](https://gitlab.com/hugomrdias/docker-node-yarn/commits/master)
> Docker image for node LTS plus yarn and rsync

This 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)