Display detailed volume information
Return low-level information on Docker objects
Create a network
Display detailed network information
docker network inspect
Returns detailed configuration and connected containers for a network.
Show bridge network details
docker network inspect bridge
Connect a container to a network
Run a command in a running container
Fetch the logs of a container