WebStorm
 
Get WebStorm

Docker images

Last modified: 22 January 2025

Docker images are executable packages for running containers. Docker uses registries to distribute images. By default, WebStorm 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. If you're going to work only with Docker Hub, no further registry configuration is required. To use another public or private Docker registry (including your own deployed registry server), configure it in WebStorm first.

To manage Docker images in WebStorm, 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.

Services tool window - Docker - Images

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