JetBrains Fleet 1.37 Help

Docker images

Docker images are executable packages for running containers. Docker uses registries to distribute images. By default, JetBrains Fleet uses Docker Hub, which is a public registry with all the most common images, such as various Linux flavors, database management systems, web servers, and runtime environments. There are other public and private Docker registries, and you can also deploy your own registry server. .

Depending on your development needs, you can use Docker for the following:

Pull a public image from Docker Hub

  • In the Images pane, click the Pull button.

    The Docker Pull button

Specify the image as in the Docker CLI, for example: ubuntu:20.04.

Build and run an image from a Dockerfile

  1. Open the Dockerfile from which you want to build the image.

  2. In the gutter, click the Run button.

    The Docker Run button
Last modified: 28 June 2024