diff --git a/README.md b/README.md index 49a4c2f2..7c825c8c 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,8 @@ If you had used the commands in the first section, without the `-v` volume attac > In this example, it is assumed the original container was given a `--name` of "mc", so change the container identifier accordingly. +> You can also locate the Docker-managed directory from the `Source` field obtained from `docker inspect -f "{{json .Mounts}}"` + First, stop the existing container: ```shell docker stop mc