TOOL » VIRTUAL_ENVIRONMENT » DOCKER

Inspect

Usage

shell
docker inspect OPTIONS NAME
OptionDescription
-f --formatFormat the output using the given Go template.

Example

Output container start time and name.

shell
docker inspect --format='{{.State.StartedAt}} {{.Name}}' NAME