RubyMine 2016.3 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/2016.3/ApplicationServersToolWindowDocker.png

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

See also, Docker.

IconCommandDescription
Docker configurations
/help/img/idea/2016.3/run.pngConnect Connect to Docker Remote API. As a result, the list of available Docker images and containers is shown.
/help/img/idea/2016.3/stop.gifDisconnect Disconnect from Docker Remote API. As a result, the list of Docker images and containers is hidden.
/help/img/idea/2016.3/edit.pngEdit Configuration Edit the Docker Remote API settings for the selected configuration.
/help/img/idea/2016.3/deploymentConsoleDeployAll.pngDeploy 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.
/help/img/idea/2016.3/debug.pngDebug Start 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/2016.3/iconImport.pngPull imagePull an image from Docker Hub or other image repository, e.g. Quay. (The Pull Image dialog will open.)
Docker images
/help/img/idea/2016.3/run.pngCreate container Create a container for the selected image according to an existing or new Docker Deployment run configuration.
/help/img/idea/2016.3/delete.pngDelete imageDelete the selected image or images.
/help/img/idea/2016.3/time_tracking_post.pngPush 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
/help/img/idea/2016.3/deploymentConsoleDeployAll.png(Re)deploy Deploy an image or artifact using the deployment settings in the corresponding Docker Deployment run configuration.
/help/img/idea/2016.3/debug.pngDebugStart an associated run configuration in the debug mode.
/help/img/idea/2016.3/edit.pngEdit ConfigurationEdit the settings for an associated run configuration.
/help/img/idea/2016.3/run.pngStart containerStart the selected container.
/help/img/idea/2016.3/stop.gifStop containerStop the selected container.
/help/img/idea/2016.3/delete.pngDelete 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: 22 March 2017