2015-01-26 17:52:52 +01:00
|
|
|
# docker-mean-dev
|
2015-01-27 03:54:44 +01:00
|
|
|
|
2015-01-26 17:52:52 +01:00
|
|
|
A docker container for developing mean stack applications
|
2015-01-27 03:06:38 +01:00
|
|
|
|
|
|
|
Useage
|
2015-01-27 03:53:18 +01:00
|
|
|
======
|
2015-01-27 03:06:38 +01:00
|
|
|
|
2015-01-27 03:54:44 +01:00
|
|
|
Build the container with `sudo docker build -t 'tag name' .` and run with `sudo ./docker-run`.
|
2015-01-27 03:06:38 +01:00
|
|
|
|
2015-01-27 03:52:07 +01:00
|
|
|
The run script will attempt to mount a data volume from the host os from `~/docker/data`.
|
2015-01-27 03:06:38 +01:00
|
|
|
|
2015-01-27 03:52:07 +01:00
|
|
|
Finally, from the docker container, launch mongod with `mongod-start`
|