Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit bb96e18b19f78af38a9fe088b2873988ba9a47b4)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
| ... | ... |
@@ -2,7 +2,6 @@ |
| 2 | 2 |
title: "stack deploy" |
| 3 | 3 |
description: "The stack deploy command description and usage" |
| 4 | 4 |
keywords: "stack, deploy, up" |
| 5 |
-advisory: "experimental" |
|
| 6 | 5 |
--- |
| 7 | 6 |
|
| 8 | 7 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -14,7 +13,7 @@ advisory: "experimental" |
| 14 | 14 |
will be rejected. |
| 15 | 15 |
--> |
| 16 | 16 |
|
| 17 |
-# stack deploy (experimental) |
|
| 17 |
+# stack deploy |
|
| 18 | 18 |
|
| 19 | 19 |
```markdown |
| 20 | 20 |
Usage: docker stack deploy [OPTIONS] STACK |
| ... | ... |
@@ -2,7 +2,6 @@ |
| 2 | 2 |
title: "stack ls" |
| 3 | 3 |
description: "The stack ls command description and usage" |
| 4 | 4 |
keywords: "stack, ls" |
| 5 |
-advisory: "experimental" |
|
| 6 | 5 |
--- |
| 7 | 6 |
|
| 8 | 7 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -14,7 +13,7 @@ advisory: "experimental" |
| 14 | 14 |
will be rejected. |
| 15 | 15 |
--> |
| 16 | 16 |
|
| 17 |
-# stack ls (experimental) |
|
| 17 |
+# stack ls |
|
| 18 | 18 |
|
| 19 | 19 |
```markdown |
| 20 | 20 |
Usage: docker stack ls |
| ... | ... |
@@ -2,7 +2,6 @@ |
| 2 | 2 |
title: "stack ps" |
| 3 | 3 |
description: "The stack ps command description and usage" |
| 4 | 4 |
keywords: "stack, ps" |
| 5 |
-advisory: "experimental" |
|
| 6 | 5 |
--- |
| 7 | 6 |
|
| 8 | 7 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -14,7 +13,7 @@ advisory: "experimental" |
| 14 | 14 |
will be rejected. |
| 15 | 15 |
--> |
| 16 | 16 |
|
| 17 |
-# stack ps (experimental) |
|
| 17 |
+# stack ps |
|
| 18 | 18 |
|
| 19 | 19 |
```markdown |
| 20 | 20 |
Usage: docker stack ps [OPTIONS] STACK |
| ... | ... |
@@ -2,7 +2,6 @@ |
| 2 | 2 |
title: "stack rm" |
| 3 | 3 |
description: "The stack rm command description and usage" |
| 4 | 4 |
keywords: "stack, rm, remove, down" |
| 5 |
-advisory: "experimental" |
|
| 6 | 5 |
--- |
| 7 | 6 |
|
| 8 | 7 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -14,7 +13,7 @@ advisory: "experimental" |
| 14 | 14 |
will be rejected. |
| 15 | 15 |
--> |
| 16 | 16 |
|
| 17 |
-# stack rm (experimental) |
|
| 17 |
+# stack rm |
|
| 18 | 18 |
|
| 19 | 19 |
```markdown |
| 20 | 20 |
Usage: docker stack rm STACK |