Docker Deep Dive - Second Edition by Nigel Poulton

Docker Deep Dive - Second Edition by Nigel Poulton

Author:Nigel Poulton
Language: eng
Format: epub
Publisher: Packt
Published: 2023-11-15T00:00:00+00:00


The first time we deployed the app, Compose checked to see if a volume called counter-vol already existed. It didn’t, so Compose created it. You can see it with the docker volume ls command, and you can get more detailed information with docker volume inspect multi-container_counter-vol.

$ docker volume ls RIVER VOLUME NAME local multi-container_counter-vol $ docker volume inspect multi-container_counter-vol [ { "CreatedAt": "2023-05-21T19:49:25+01:00", "Driver": "local", "Labels": { "com.docker.compose.project": "multi-container", "com.docker.compose.version": "2.17.3", "com.docker.compose.volume": "counter-vol" }, "Mountpoint": "/var/lib/docker/volumes/multi-container_counter-vol/_data", "Name": "multi-container_counter-vol", "Options": null, "Scope": "local" } ]



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.