The connection settings depend on your Docker version and operating system.
Press Control+Alt+S to open the IDE settings and then select Tools | Build | Docker.Ĭlick to add a Docker configuration and specify how to connect to the Docker daemon.
Install and run Docker as described in Docker documentation.ĭataGrip supports alternative Docker daemons: Colima and Rancher Desktop (with the dockerd engine). Open the Marketplace tab, find the Docker plugin, and click Install (restart the IDE if prompted). Press Control+Alt+S to open the IDE settings and then select Plugins. This functionality relies on the Docker plugin, which you need to install and enable. This may be useful, for example, to test code in an environment identical to production.ĭataGrip 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. Docker is a tool for deploying and running executables in isolated and reproducible environments.