Select a command to display low level information of a docker container or docker image
Answers
Answered by
1
Answer:
Docker Inspect Template Magic. Most Docker users are aware of the docker inspect command which is used to get metadata on a container or image, and may have used the -f argument to pull out some specific data, for example using docker inspect -f {{. IPAddress}} to get a container's IP Address.
Similar questions