docker_run
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker_run [2015/10/06 14:43] – luke7858 | docker_run [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 10: | Line 10: | ||
| -h | | -h | ||
networking source http:// | networking source http:// | ||
- | == Example Run with Volume == | + | == Example Run with Mounted |
<sxh bash> | <sxh bash> | ||
docker run -it -v / | docker run -it -v / | ||
</ | </ | ||
+ | === Example Run MountedVolume& | ||
<sxh bash> | <sxh bash> | ||
+ | docker run -it -p 80:8081 -v / | ||
</ | </ | ||
docker_run.1444142610.txt.gz · Last modified: 2024/05/23 07:26 (external edit)