Expand description
Docker and Docker Compose interaction.
Functionsยง
- compose_
output - Run
docker compose <args>and capture output. - compose_
run - Run
docker compose <args>with stdout/stderr inherited (streaming). - docker_
output - Run
docker <args>and capture output. - docker_
run - Run
docker <args>with streaming output. - has_
docker - Check whether Docker is available and the daemon is running.
- image_
exists - Check whether a Docker image exists locally.