PyCharm
 
Get PyCharm

Docker images

Last modified: 22 January 2025

Docker images are executable packages for running containers. Docker uses registries to distribute images. By default, PyCharm 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. For more information, refer to Configure a Docker registry.

To manage Docker images in PyCharm, open the Services tool window (View | Tool Windows | Services or Alt08), expand the configured Docker connection node Docker node, and then expand the Images node. For more information, refer to Images.

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