WebStorm 2017.1 Help

Docker Tool Window

View | Tool Windows | Docker

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.

/help/img/idea/2017.1/ws_docker_tool_window.png

All the available functions are accessed by means of the toolbar icons and context menu commands.

See also, Docker.

Docker tool window icons and context menu commands

IconCommandDescription
Docker configurations
/help/img/idea/2017.1/run.pngConnectConnect to Docker API. As a result, the list of Docker images and containers available locally is shown.
/help/img/idea/2017.1/stop.gifDisconnectDisconnect from Docker API. As a result, the list of Docker images and containers is hidden.
/help/img/idea/2017.1/edit.pngEdit ConfigurationEdit the Docker API settings for the selected configuration.
/help/img/idea/2017.1/deploymentConsoleDeployAll.pngDeployDeploy 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.
/help/img/idea/2017.1/debug.pngDebugStart one of the Docker Deployment run configurations in the debug mode. The run configuration is selected from the list that is shown.
/help/img/idea/2017.1/iconPullImageDocker.pngPull imagePull an image from Docker Hub or other image repository, e.g. Quay. (The Pull Image dialog will open.)
/help/img/idea/2017.1/iconHideDocker.pngHide stopped containersHide the containers that are not running.
/help/img/idea/2017.1/iconHideDocker.pngHide untagged imagesHide the images that have no tags.
Docker images
/help/img/idea/2017.1/iconCreateContainerDocker.pngCreate containerCreate a container for the selected image according to an existing or new Docker Deployment run configuration.
/help/img/idea/2017.1/close.pngDelete imageDelete the selected image or images.
/help/img/idea/2017.1/iconPushImageDocker.pngPush imagePush the selected image to Docker Hub or other image repository, e.g. Quay. (The Push Image dialog will open.)
/help/img/idea/2017.1/iconHideDocker.pngHide untagged imagesHide the images that have no tags.
Copy image IDCopy an ID of the selected image to the clipboard.
Docker containers
/help/img/idea/2017.1/deploymentConsoleDeployAll.png(Re)deploy Deploy an image or artifact using the deployment settings in the corresponding Docker Deployment run configuration.
/help/img/idea/2017.1/debug.pngDebugStart an associated run configuration in the debug mode.
/help/img/idea/2017.1/edit.pngEdit ConfigurationEdit the settings for an associated run configuration.
/help/img/idea/2017.1/run.pngStart containerStart the selected container.
/help/img/idea/2017.1/stop.gifStop containerStop the selected container.
/help/img/idea/2017.1/delete.pngDelete containerDelete the selected container or containers.
/help/img/idea/2017.1/iconHideDocker.pngHide stopped containersHide the containers that are not running.
Open browserIf a web app is deployed in the container: open the default web browser.
Copy container IDCopy an ID of the selected container to the clipboard.
Copy image IDCopy an ID of the associated image to the clipboard.
Show logShow the container log.
InspectShow low-level container information in JSON format.
Show processesShow the list of processes running in the container.
AttachOpen the console for working with standard streams (stdin, stdout and stderr).

See Also

Last modified: 17 July 2017