Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benh authored Oct 3, 2023
1 parent a84cb65 commit 9ffc05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ docker run \

Explanation of flags:
* We mount in our git cloned directory so that we won't lose any of our changes.
* We bind port `3000` so that we can access the web front end and port `9991` so the web front end can access the backend.
* We bind port `3000` so that we can access the web front end (e.g., from a browser), and port `9991` so the web front end can access the backend.
* `--privileged` so that we can run Docker inside of the container.
* `--interactive` and `--tty` (often abbreviated `-it`) lets us interact with the created container.

Expand Down

0 comments on commit 9ffc05b

Please sign in to comment.