View Containers & Stacks
v1.0
·
Updated 5 days ago
View Containers & Stacks
These three read-only commands require the docker_compose scope and change nothing:
/compose-list — compose projects
/compose-list [server] lists all compose projects (name, status, config file):
PROJECT STATUS CONFIG
home-infra running /srv/compose/docker-compose.yml
monitoring exited /srv/monitoring/compose.yml
Verdict: 1 running of 2 total
/docker-list — containers
/docker-list [server] [--all] shows running containers; with --all also stopped ones:
/docker-list homeserver --all
/compose-logs — logs of a project
/compose-logs [server] <project> [--tail N] shows the logs of a compose project (default: 100 lines):
/compose-logs homeserver monitoring --tail 50