dubdiff/docker/README.md
Adam Brown 3bf6223c92 Add 'docker/' from commit '697f105a275dab12b3cc0200a25b067d1f263e8c'
git-subtree-dir: docker
git-subtree-mainline: f27d91a803
git-subtree-split: 697f105a27
2015-04-17 13:00:37 -04:00

22 lines
618 B
Markdown
Executable File

# docker-mean-dev
A docker container for developing mean stack applications
Usage
======
Build the container with `docker build -t 'adamarthurryan/mean' .`. Install the `mean` and `start-mongodb` to `~/bin` or some other location in the path.
To run commands from the container, use `mean <command>`. For example, to install a new npm package globally:
mean npm install -g generator-polymer
Or to create a yeoman scaffolding in the current folder:
mean yo polymer
Some default npm and gem packages are specified in `default-packages.sh`. They can be installed with:
mean bash default-packages.sh