Display detailed network information
Return low-level information on Docker objects
Create a volume
Display detailed volume information
docker volume inspect
Returns detailed configuration and mountpoint information for a volume.
Show volume details
docker volume inspect my_volume
Remove one or more volumes
Run a command in a running container
Fetch the logs of a container