1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added example of how to mount the active work and do development inside the Docker image

This commit is contained in:
R.J. Osborne
2015-05-17 15:47:15 -04:00
parent 48162f1efc
commit 0965e9f27d

View File

@@ -22,14 +22,11 @@ Development details:
Docker instructions:
* Building the image
```
docker build -t wrestling .
```
* Running the image (as development)
```
docker run -it --rm -p 3000:3000 wrestling
```
* Building the image <tt>docker build -t wrestling .</tt>
* Running the image (as development) <tt>docker run -it --rm -p 3000:3000 wrestling</tt>
* Developing in docker by mapping your work directory <tt>docker run -it -p 3000:3000 -v /Your/path/to/wrestlingApp:/wrestlingApp --rm wrestling /bin/bash</tt>
What the app does now: