PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Docker

Last modified: 19 January 2023

Docker is a tool for deploying and running executables in isolated and reproducible environments. This may be useful, for example, to test code in an environment identical to production.

PyCharm integrates the Docker functionality and provides assistance for creating Docker images, running Docker containers, managing Docker Compose applications, using public and private Docker registries, and much more directly from the IDE.

You can run and debug your Python code in various environments deployed in Docker containers. For more information, see Configure an interpreter using Docker.

In the Services tool window (View | Tool Windows | Services or Alt+8), you can pull and push images, create and run containers, manage Docker Compose services, and so on. As with other tool windows, you can start typing the name of an image or container to highlight the matching items.

Search for a docker image in the Services tool window

For more information, see the article about the Services tool window.