Expand description
Docker/Podman runtime backend.
Connects to the Docker Engine API via the local socket
(Unix: /var/run/docker.sock, Windows: //./pipe/docker_engine).
Podman exposes a Docker-compatible API on a different socket path.
Structs§
- Docker
Backend - Docker/Podman runtime backend.
Functions§
- is_
docker_ available - Check if a Docker-compatible socket is available.
- is_
podman_ available - Check if Podman is available.