Container Inspect Response
Parameters
The ID of this container as a 128-bit (64-character) hexadecimal string (32 bytes).
Date and time at which the container was created, formatted in RFC 3339 format with nano-seconds.
The path to the command being run
The arguments to the command being run
The ID (digest) of the image that this container was created from.
Location of the /etc/resolv.conf generated for the container on the host. This file is managed through the docker daemon, and should not be accessed or modified by other tools.
Location of the /etc/hostname generated for the container on the host. This file is managed through the docker daemon, and should not be accessed or modified by other tools.
Location of the /etc/hosts generated for the container on the host. This file is managed through the docker daemon, and should not be accessed or modified by other tools.
Location of the file used to buffer the container's logs. Depending on the logging-driver used for the container, this field may be omitted. This file is managed through the docker daemon, and should not be accessed or modified by other tools.
The name associated with this container. For historic reasons, the name may be prefixed with a forward-slash (/).
Number of times the container was restarted since it was created, or since daemon was started.
The storage-driver used for the container's filesystem (graph-driver or snapshotter).
The platform (operating system) for which the container was created. This field was introduced for the experimental \"LCOW\" (Linux Containers On Windows) features, which has been removed. In most cases, this field is equal to the host's operating system (linux or windows).
SELinux mount label set for the container.
SELinux process label set for the container.
The AppArmor profile set for the container.
IDs of exec instances that are running in the container.
The size of files that have been created or changed by this container. This field is omitted by default, and only set when size is requested in the API request.
The total size of all files in the read-only layers from the image that the container uses. These layers can be shared between containers. This field is omitted by default, and only set when size is requested in the API request.
List of mounts used by the container.