File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ services:
8585 - ALLOW_START=0 # optional
8686 - ALLOW_STOP=0 # optional
8787 - ALLOW_RESTARTS=0 # optional
88+ - ALLOW_PAUSE=0 # optional
89+ - ALLOW_RESUME=0 # optional
8890 - AUTH=0 # optional
8991 - BUILD=0 # optional
9092 - COMMIT=0 # optional
@@ -169,6 +171,8 @@ Containers are configured using parameters passed at runtime (such as those abov
169171| ` -e ALLOW_START=0 ` | ` /containers/{id}/start ` - ** This option will work even if ` POST=0 ` ** |
170172| ` -e ALLOW_STOP=0 ` | ` /containers/{id}/stop ` - ** This option will work even if ` POST=0 ` ** |
171173| ` -e ALLOW_RESTARTS=0 ` | ` /containers/{id}/stop ` , ` /containers/{id}/restart ` , and ` /containers/{id}/kill ` - ** This option will work even if ` POST=0 ` ** |
174+ | ` -e ALLOW_PAUSE=0 ` | ` /containers/{id}/pause ` - ** This option will work even if ` POST=0 ` ** |
175+ | ` -e ALLOW_UNPAUSE=0 ` | ` /containers/{id}/unpause ` - ** This option will work even if ` POST=0 ` ** |
172176| ` -e AUTH=0 ` | ` /auth ` |
173177| ` -e BUILD=0 ` | ` /build ` |
174178| ` -e COMMIT=0 ` | ` /commit ` |
@@ -319,6 +323,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
319323
320324## Versions
321325
326+ * ** 24.02.26:** - Add ` ALLOW_PAUSE ` and ` ALLOW_UNPAUSE ` .
322327* ** 26.12.25:** - Rebase to Alpine 3.23.
323328* ** 19.08.25:** - Add tzdata for localised logging timestamps.
324329* ** 03.06.25:** - Rebase to Alpine 3.22. Add RISCV support.
You can’t perform that action at this time.
0 commit comments