mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
* Update "Mounts" example In the original example, the "Mounts" field returned by `docker container inspect [CONTAINER]` was not shown. This may be too much data, but we should at least show the "Mounts" field so folks know what to look for. * shortened the docker inspect example Co-authored-by: David Karlsson <david.karlsson@docker.com>