Skip to content

Commit cf7fcb6

Browse files
Bot Updating Documentation
1 parent a7107ab commit cf7fcb6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/images/docker-socket-proxy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ services:
9191
- ALLOW_START=0 #optional
9292
- ALLOW_STOP=0 #optional
9393
- ALLOW_RESTARTS=0 #optional
94+
- ALLOW_PAUSE=0 #optional
95+
- ALLOW_RESUME=0 #optional
9496
- AUTH=0 #optional
9597
- BUILD=0 #optional
9698
- COMMIT=0 #optional
@@ -175,6 +177,8 @@ Containers are configured using parameters passed at runtime (such as those abov
175177
| `-e ALLOW_START=0` | `/containers/{id}/start` - **This option will work even if `POST=0`** |
176178
| `-e ALLOW_STOP=0` | `/containers/{id}/stop` - **This option will work even if `POST=0`** |
177179
| `-e ALLOW_RESTARTS=0` | `/containers/{id}/stop`, `/containers/{id}/restart`, and `/containers/{id}/kill` - **This option will work even if `POST=0`** |
180+
| `-e ALLOW_PAUSE=0` | `/containers/{id}/pause` - **This option will work even if `POST=0`** |
181+
| `-e ALLOW_UNPAUSE=0` | `/containers/{id}/unpause` - **This option will work even if `POST=0`** |
178182
| `-e AUTH=0` | `/auth` |
179183
| `-e BUILD=0` | `/build` |
180184
| `-e COMMIT=0` | `/commit` |
@@ -325,6 +329,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
325329

326330
## Versions
327331

332+
* **24.02.26:** - Add `ALLOW_PAUSE` and `ALLOW_UNPAUSE`.
328333
* **26.12.25:** - Rebase to Alpine 3.23.
329334
* **19.08.25:** - Add tzdata for localised logging timestamps.
330335
* **03.06.25:** - Rebase to Alpine 3.22. Add RISCV support.

0 commit comments

Comments
 (0)