Image Dashboard
This dashboard gives users a high level look at an individual images.
To get there:
- Expand the Image section in the main, left-hand navigation.
- Click the Sources tab from the Images sub-navigation menu.
- Select a image source from the first column.
- Pick an image from that sources list of available images.
Update Image
This section gives users a form to change the name for the image.
Image Summary
A summary of known image values.
Field | Description |
---|---|
Entrypoint | The script or executable that runs as the container's initial process. |
Command | The command to be executed by the container, often overriding the Entrypoint. |
Ports | The port mapping between the host and the container (host:container/protocol). |
Workdir | The working directory inside the container where commands will be executed. |
Signal Stop | The signal used by the container to gracefully stop its running processes. |
Environment Variables
This tile has all environment variables defined on the image itself listed.
Volumes
If the image has any volumes defined, they will be shown here.
Image Source
Information about the image source used to create this image.
Containers
If this image is being used for any containers, a list of containers will be here.
Image ID
The ID for the given image.
Delete Form
Used to delete the image, can only be used if the image is not being used by a container.