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:
13
README.rdoc
13
README.rdoc
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user