Browse code

Remove release-candidate advisories

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 053ac127ab0f784bebeda38f29f2d7615d2ffcb8)
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>

Conflicts:
docs/reference/api/docker_remote_api_v1.25.md
docs/reference/commandline/service_create.md

Sebastiaan van Stijn authored on 2016/07/27 18:24:16
Showing 23 changed files
... ...
@@ -3327,8 +3327,6 @@ Instruct the driver to remove the network (`id`).
3327 3327
 
3328 3328
 ### List nodes
3329 3329
 
3330
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3331
-might be subject to non backward-compatible changes.
3332 3330
 
3333 3331
 `GET /nodes`
3334 3332
 
... ...
@@ -3457,8 +3455,6 @@ List nodes
3457 3457
 
3458 3458
 ### Inspect a node
3459 3459
 
3460
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3461
-might be subject to non backward-compatible changes.
3462 3460
 
3463 3461
 `GET /nodes/<id>`
3464 3462
 
... ...
@@ -3579,8 +3575,6 @@ Return low-level information on the node `id`
3579 3579
 
3580 3580
 ### Initialize a new Swarm
3581 3581
 
3582
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3583
-might be subject to non backward-compatible changes.
3584 3582
 
3585 3583
 `POST /swarm/init`
3586 3584
 
... ...
@@ -3653,8 +3647,6 @@ JSON Parameters:
3653 3653
 
3654 3654
 ### Join an existing Swarm
3655 3655
 
3656
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3657
-might be subject to non backward-compatible changes.
3658 3656
 
3659 3657
 `POST /swarm/join`
3660 3658
 
... ...
@@ -3698,8 +3690,6 @@ JSON Parameters:
3698 3698
 
3699 3699
 ### Leave a Swarm
3700 3700
 
3701
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3702
-might be subject to non backward-compatible changes.
3703 3701
 
3704 3702
 `POST /swarm/leave`
3705 3703
 
... ...
@@ -3722,8 +3712,6 @@ Leave a Swarm
3722 3722
 
3723 3723
 ### Update a Swarm
3724 3724
 
3725
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3726
-might be subject to non backward-compatible changes.
3727 3725
 
3728 3726
 `POST /swarm/update`
3729 3727
 
... ...
@@ -3809,8 +3797,6 @@ JSON Parameters:
3809 3809
 
3810 3810
 ### List services
3811 3811
 
3812
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3813
-might be subject to non backward-compatible changes.
3814 3812
 
3815 3813
 `GET /services`
3816 3814
 
... ...
@@ -3904,8 +3890,6 @@ List services
3904 3904
 
3905 3905
 ### Create a service
3906 3906
 
3907
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3908
-might be subject to non backward-compatible changes.
3909 3907
 
3910 3908
 `POST /services/create`
3911 3909
 
... ...
@@ -4070,8 +4054,6 @@ JSON Parameters:
4070 4070
 
4071 4071
 ### Remove a service
4072 4072
 
4073
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
4074
-might be subject to non backward-compatible changes.
4075 4073
 
4076 4074
 `DELETE /services/(id or name)`
4077 4075
 
... ...
@@ -4093,8 +4075,6 @@ Stop and remove the service `id`
4093 4093
 
4094 4094
 ### Inspect one or more services
4095 4095
 
4096
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
4097
-might be subject to non backward-compatible changes.
4098 4096
 
4099 4097
 `GET /services/(id or name)`
4100 4098
 
... ...
@@ -4173,8 +4153,6 @@ Return information on the service `id`.
4173 4173
 
4174 4174
 ### Update a service
4175 4175
 
4176
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
4177
-might be subject to non backward-compatible changes.
4178 4176
 
4179 4177
 `POST /services/(id or name)/update`
4180 4178
 
... ...
@@ -4303,8 +4281,6 @@ Update the service `id`.
4303 4303
 
4304 4304
 ### List tasks
4305 4305
 
4306
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
4307
-might be subject to non backward-compatible changes.
4308 4306
 
4309 4307
 `GET /tasks`
4310 4308
 
... ...
@@ -4536,8 +4512,6 @@ List tasks
4536 4536
 
4537 4537
 ### Inspect a task
4538 4538
 
4539
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
4540
-might be subject to non backward-compatible changes.
4541 4539
 
4542 4540
 `GET /tasks/(task id)`
4543 4541
 
... ...
@@ -3,7 +3,6 @@
3 3
 title = "service create"
4 4
 description = "The service create command description and usage"
5 5
 keywords = ["service, create"]
6
-
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "swarm join-token"
4 4
 description = "The swarm join-token command description and usage"
5 5
 keywords = ["swarm, join-token"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -6,7 +6,6 @@ aliases = [
6 6
 title = "Swarm administration guide"
7 7
 description = "Manager administration guide"
8 8
 keywords = ["docker, container, cluster, swarm, manager, raft"]
9
-advisory = "rc"
10 9
 [menu.main]
11 10
 identifier="manager_admin_guide"
12 11
 parent="engine_swarm"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "How swarm mode works"
4 4
 description = "How the components of swarm mode work"
5 5
 keywords = ["cluster, swarm"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="how-swarm-works"
9 8
 parent="engine_swarm"
... ...
@@ -6,7 +6,6 @@ aliases = [
6 6
 title = "How nodes work"
7 7
 description = "How swarm nodes work"
8 8
 keywords = ["docker, container, cluster, swarm mode, node"]
9
-advisory = "rc"
10 9
 [menu.main]
11 10
 identifier="how-nodes-work"
12 11
 parent="how-swarm-works"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "How services work"
4 4
 description = "How swarm mode services work"
5 5
 keywords = ["docker, container, cluster, swarm mode, node"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="how-services-work"
9 8
 parent="how-swarm-works"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Swarm mode overview"
4 4
 description = "Docker Engine swarm mode overview"
5 5
 keywords = ["docker, container, cluster, swarm"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="swarm_overview"
9 8
 parent="engine_swarm"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Join nodes to a swarm"
4 4
 description = "Add worker and manager nodes to a swarm"
5 5
 keywords = ["guide, swarm mode, node"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="join-nodes-guide"
9 8
 parent="engine_swarm"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Swarm mode key concepts"
4 4
 description = "Introducing key concepts for Docker Engine swarm mode"
5 5
 keywords = ["docker, container, cluster, swarm mode"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="swarm-mode-concepts"
9 8
 parent="engine_swarm"
... ...
@@ -1,9 +1,8 @@
1 1
 <!--[metadata]>
2 2
 +++
3
-title = "Manage a swarm (1.12 RC)"
3
+title = "Manage a swarm"
4 4
 description = "How to use Docker Engine swarm mode"
5 5
 keywords = [" docker, documentation, developer, "]
6
-advisory = "rc"
7 6
 type = "menu"
8 7
 [menu.main]
9 8
 identifier = "engine_swarm"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Raft consensus in swarm mode"
4 4
 description = "Raft consensus algorithm in swarm mode"
5 5
 keywords = ["docker, container, cluster, swarm, raft"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="raft"
9 8
 parent="engine_swarm"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Run Docker Engine in swarm mode"
4 4
 description = "Run Docker Engine in swarm mode"
5 5
 keywords = ["guide, swarm mode, node"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="initialize-swarm-guide"
9 8
 parent="engine_swarm"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Add nodes to the swarm"
4 4
 description = "Add nodes to the swarm"
5 5
 keywords = ["tutorial, cluster management, swarm"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="add-nodes"
9 8
 parent="swarm-tutorial"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Create a swarm"
4 4
 description = "Initialize the swarm"
5 5
 keywords = ["tutorial, cluster management, swarm mode"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="initialize-swarm"
9 8
 parent="swarm-tutorial"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Delete the service"
4 4
 description = "Remove the service from the swarm"
5 5
 keywords = ["tutorial, cluster management, swarm, service"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="swarm-tutorial-delete-service"
9 8
 parent="swarm-tutorial"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Deploy a service"
4 4
 description = "Deploy a service to the swarm"
5 5
 keywords = ["tutorial, cluster management, swarm mode"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="deploy-application"
9 8
 parent="swarm-tutorial"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Drain a node"
4 4
 description = "Drain nodes on the Swarm"
5 5
 keywords = ["tutorial, cluster management, swarm, service, drain"]
6
-advisory="rc"
7 6
 [menu.main]
8 7
 identifier="swarm-tutorial-drain-node"
9 8
 parent="swarm-tutorial"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Set up for the tutorial"
4 4
 description = "Getting Started tutorial for Docker Engine swarm mode"
5 5
 keywords = ["tutorial, cluster management, swarm mode"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="tutorial-setup"
9 8
 parent="swarm-tutorial"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Inspect the service"
4 4
 description = "Inspect the application"
5 5
 keywords = ["tutorial, cluster management, swarm mode"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="inspect-application"
9 8
 parent="swarm-tutorial"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Get started with swarm mode"
4 4
 description = "Getting started tutorial for Docker swarm mode"
5 5
 keywords = ["cluster, swarm, tutorial"]
6
-advisory = "rc"
7 6
 type="menu"
8 7
 [menu.main]
9 8
 identifier="swarm-tutorial"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Apply rolling updates"
4 4
 description = "Apply rolling updates to a service on the Swarm"
5 5
 keywords = ["tutorial, cluster management, swarm, service, rolling-update"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="swarm-tutorial-rolling-update"
9 8
 parent="swarm-tutorial"
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Scale the service"
4 4
 description = "Scale the service running in the swarm"
5 5
 keywords = ["tutorial, cluster management, swarm mode, scale"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 identifier="swarm-tutorial-scale-service"
9 8
 parent="swarm-tutorial"