We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7fcb6 commit bcbf649Copy full SHA for bcbf649
1 file changed
docs/images/docker-socket-proxy.md
@@ -92,7 +92,7 @@ services:
92
- ALLOW_STOP=0 #optional
93
- ALLOW_RESTARTS=0 #optional
94
- ALLOW_PAUSE=0 #optional
95
- - ALLOW_RESUME=0 #optional
+ - ALLOW_UNPAUSE=0 #optional
96
- AUTH=0 #optional
97
- BUILD=0 #optional
98
- COMMIT=0 #optional
@@ -135,6 +135,8 @@ docker run -d \
135
-e ALLOW_START=0 `#optional` \
136
-e ALLOW_STOP=0 `#optional` \
137
-e ALLOW_RESTARTS=0 `#optional` \
138
+ -e ALLOW_PAUSE=0 `#optional` \
139
+ -e ALLOW_UNPAUSE=0 `#optional` \
140
-e AUTH=0 `#optional` \
141
-e BUILD=0 `#optional` \
142
-e COMMIT=0 `#optional` \
0 commit comments