Skip to content

Commit

Permalink
CONTAINER_START and CONTAINER_STOP is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Feb 5, 2024
1 parent 2f2f8c7 commit c89acb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 4 additions & 7 deletions docs/how-tos/use-custom-docker-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@ In case you are using [`docker-socket-proxy`][proxy], this means following permi
|-|-|
| INFO | always required |
| CONTAINERS | always required |
| POST | required when using `stop-during-backup` labels |
| POST | required when using `stop-during-backup` or `exec` labels |
| EXEC | required when using `exec`-labeled commands |
| SERVICES | required when running in Swarm mode |
| NODES | required when using `stop-during-backup` and running in Swarm mode |
| TASKS | required when using `stop-during-backup` and running in Swarm mode |
| ALLOW_START | required when labeling containers `stop-during-backup` |
| ALLOW_STOP | required when labeling containers `stop-during-backup` |

| SERVICES | required when Docker Engine is running in Swarm mode |
| NODES | required when labeling services `stop-during-backup` |
| TASKS | required when labeling services `stop-during-backup` |

[proxy]: https://github.com/Tecnativa/docker-socket-proxy
2 changes: 0 additions & 2 deletions test/proxy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ services:
INFO: ${ALLOW_INFO:-1}
CONTAINERS: ${ALLOW_CONTAINERS:-1}
POST: ${ALLOW_POST:-1}
ALLOW_START: ${ALLOW_START:-1}
ALLOW_STOP: ${ALLOW_STOP:-1}
volumes:
- /var/run/docker.sock:/var/run/docker.sock

Expand Down

0 comments on commit c89acb7

Please sign in to comment.