
podman-compose
List of commands for podman-compose:
-
podman-compose:tldr:15568 podman-compose: Start all containers using an alternate compose file.$ podman-compose ${filename} uptry on your machineexplain this command
-
podman-compose:tldr:560a2 podman-compose: Stop all running containers.$ podman-compose stoptry on your machineexplain this command
-
podman-compose:tldr:703df podman-compose: Run a one-time command in a service with no ports mapped.$ podman-compose run ${service_name} ${command}try on your machineexplain this command
-
podman-compose:tldr:8e28a podman-compose: Follow logs for a container (omit all container names).$ podman-compose logs --follow ${container_name}try on your machineexplain this command
-
podman-compose:tldr:a4d2c podman-compose: Remove all containers, networks, and volumes.$ podman-compose down --volumestry on your machineexplain this command
-
podman-compose:tldr:a9d57 podman-compose: Start all containers, building if needed.$ podman-compose up --buildtry on your machineexplain this command
-
podman-compose:tldr:c3b97 podman-compose: List all running containers.$ podman-compose pstry on your machineexplain this command
-
podman-compose:tldr:c43c3 podman-compose: Create and start all containers in the background using a local `docker-compose.yml`.$ podman-compose up -dtry on your machineexplain this command