PhpStorm 2016.2 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.

ApplicationServersToolWindowDocker

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

See also, Docker.

IconCommandDescription
Docker configurations
runConnect Connect to Docker Remote API. As a result, the list of available Docker images and containers is shown.
stopDisconnect Disconnect from Docker Remote API. As a result, the list of Docker images and containers is hidden.
editEdit Configuration Edit the Docker Remote API settings for the selected configuration.
deploymentConsoleDeployAllDeploy 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.
debugDebug Start one of the Docker Deployment run configurations in the debug mode. The run configuration is selected from the list that is shown.
iconImportPull imagePull an image from Docker Hub or other image repository, e.g. Quay. (The Pull Image dialog will open.)
Docker images
runCreate container Create a container for the selected image according to an existing or new Docker Deployment run configuration.
deleteDelete imageDelete the selected image or images.
time_tracking_postPush imagePush the selected image to Docker Hub or other image repository, e.g. Quay. (The Push Image dialog will open.)
Copy image IDCopy an ID of the selected image to the clipboard.
Docker containers
deploymentConsoleDeployAll(Re)deploy Deploy an image or artifact using the deployment settings in the corresponding Docker Deployment run configuration.
debugDebugStart an associated run configuration in the debug mode.
editEdit ConfigurationEdit the settings for an associated run configuration.
runStart containerStart the selected container.
stopStop containerStop the selected container.
deleteDelete containerDelete the selected container or containers.
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.
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: 24 November 2016