Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
articles:linux:docker-reference-page [2022/02/12 16:28] tom [Persistent Data with Docker Volumes] |
articles:linux:docker-reference-page [2022/02/12 16:32] (current) tom [Packaging & Distributing Your Own Docker Containers into Images] |
||
---|---|---|---|
Line 142: | Line 142: | ||
docker run -v / | docker run -v / | ||
- | # An anonymous volume (Note: I am only showing the -v flag and I don't necessarily know where the persistent storage is kept but should be / | + | # An anonymous volume (Note: I am only showing the -v flag and I don't necessarily know where the persistent storage is kept but should be below / |
docker run -v [container folder] | docker run -v [container folder] | ||
docker run -v / | docker run -v / | ||
- | # A named volume (Note: I am only showing the -v flag, again I may not know where the storage is kept but should be / | + | # A named volume (Note: I am only showing the -v flag, again I may not know where the storage is kept but should be below / |
</ | </ | ||
Line 155: | Line 155: | ||
{{youtube> | {{youtube> | ||
- | |||
- | |||
- | |||
- | |||
- | https:// | ||
- | https:// |