Docker tool window
For the tool window to be available, the Docker integration plugin must be installed and at least one Docker configuration must be defined.
The Docker tool window lets you manage your Docker images and containers.

All the available functions are accessed by means of the toolbar icons and context menu commands.
See also, Docker.
Icon | Command | Description |
---|---|---|
Docker configurations | ||
![]() | Connect | Connect to Docker Remote API. As a result, the list of available Docker images and containers is shown. |
![]() | Disconnect | Disconnect from Docker Remote API. As a result, the list of Docker images and containers is hidden. |
![]() | Edit Configuration | Edit the Docker Remote API settings for the selected configuration. |
![]() | Deploy | Deploy an image or artifact using the deployment settings in one of the Docker Deployment run configurations. The run configuration is selected from the list that is shown. |
![]() | Debug | Start one of the Docker Deployment run configurations in the debug mode. The run configuration is selected from the list that is shown. |
![]() | Pull image | Pull an image from Docker Hub or other image repository, e.g. Quay. (The Pull Image dialog will open.) |
Docker images | ||
![]() | Create container | Create a container for the selected image according to an existing or new Docker Deployment run configuration. |
![]() | Delete image | Delete the selected image or images. |
![]() | Push image | Push the selected image to Docker Hub or other image repository, e.g. Quay. (The Push Image dialog will open.) |
Copy image ID | Copy an ID of the selected image to the clipboard. | |
Docker containers | ||
![]() | (Re)deploy | Deploy an image or artifact using the deployment settings in the corresponding Docker Deployment run configuration. |
![]() | Debug | Start an associated run configuration in the debug mode. |
![]() | Edit Configuration | Edit the settings for an associated run configuration. |
![]() | Start container | Start the selected container. |
![]() | Stop container | Stop the selected container. |
![]() | Delete container | Delete the selected container or containers. |
Open browser | If a web app is deployed in the container: open the default web browser. | |
Copy container ID | Copy an ID of the selected container to the clipboard. | |
Copy image ID | Copy an ID of the associated image to the clipboard. | |
Show log | Show the container log. | |
Inspect | Show low-level container information in JSON format. | |
Show processes | Show the list of processes running in the container. | |
Attach | Open the console for working with standard streams (stdin, stdout and stderr). | |
Exec |
Run the docker exec command. For
docker exec [OPTIONS] CONTAINER COMMAND [ARG...] ,
you should specify only the COMMAND [ARG...] part.
See exec. |
See Also
Last modified: 20 April 2016