JetBrains Rider 2018.2 Help

Docker window

View | Tool Windows | Docker

For this 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.

Toolbar icons and context menu commands

Icon

Command

Description

Docker node
icons toolwindows toolWindowRun svg

Connect

Connect to Docker API. As a result, the list of Docker images and containers available locally is shown.

icons actions suspend svg

Disconnect

Disconnect from Docker API. As a result, the list of Docker images and containers is hidden.

edit config docker

Edit Configuration

Edit the Docker API connection settings.

deploymentConsoleDeployAll

Deploy

Execute an existing Docker run configuration or create a new one.

iconPullImageDocker

Pull image

Pull an image from Docker Hub or other image repository, e.g. Quay. Opens the Pull Image dialog.

iconDockerFilter

Filter

Open the Filter menu to show/hide containers that are not running and images with no tags.

Images
iconCreateContainerDocker

Create container

Create a container for the selected image according to an existing or new Docker run configuration

icons actions close

Delete image

Delete the selected image or images.

iconPushImageDocker

Push image

Push the selected image to Docker Hub or other image repository, e.g. Quay. Opens the Push Image dialog.

iconDockerFilter

Filter

Open the Filter menu to show/hide containers that are not running and images with no tags.

Copy image ID

Copy ID of the selected image to the clipboard.

Containers
deploymentConsoleDeployAll

(Re)deploy

Restart the container using an associated Docker run configuration

edit config docker

Edit Configuration

Edit the settings for an associated run configuration.

icons toolwindows toolWindowRun svg

Start container

Start the selected container.

icons actions suspend svg

Stop container

Stop the selected container.

icons general remove svg

Delete container

Delete the selected container or containers.

iconDockerFilter

Filter

Open the Filter menu to show/hide containers that are not running and images with no tags.

Copy container ID

Copy ID of the selected container to the clipboard.

Copy image ID

Copy 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 the ENTRYPOINT container process, i.e. attach to the stdin/out of the process.

Exec

Run a command in the container, e.g. ls /tmp, /bin/bash.

Compose node
deploymentConsoleDeployAll

(Re)deploy

Restart the services using the associated Docker run configuration

edit config docker

Edit Configuration

Edit the settings for the associated run configuration.

Services
IconDockerScaleService

Scale

Change the number of containers within the service.

icons toolwindows toolWindowRun svg

Start

Start the service.

icons actions suspend svg

Stop

Stop the service.

Last modified: 21 December 2018