This commit is contained in:
Adam Brown 2015-01-26 21:54:44 -05:00
parent a3e267cf78
commit 726af737bd

View File

@ -1,12 +1,11 @@
# docker-mean-dev
A docker container for developing mean stack applications
Useage
======
Build the container with `sudo docker build -t 'tag name' .`
and run with `sudo ./docker-run`
Build the container with `sudo docker build -t 'tag name' .` and run with `sudo ./docker-run`.
The run script will attempt to mount a data volume from the host os from `~/docker/data`.