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

Podman

Last modified: 19 March 2022

Podman is a daemonless container manager that can run containers as root or in rootless mode. Podman commands are fully compatible with Docker, so you can replace one with the other: alias docker=podman.

The core Podman runtime environment can only run on Linux operating systems. However, you can use a remote client for other operating systems to manage containers on the machine running Podman. This topic describes how PhpStorm can act as a remote client for Podman.

You can create a listening service for Podman API calls, which are identical to the Docker Engine API. This enables you to connect PhpStorm to the Podman service via TCP just like you would connect to a Docker Engine API:

PhpStorm provides only basic support for Podman. If something doesn't work or not as you would expect, file an issue on YouTrack. To see all existing issues related to Podman support, filter by tag:podman.