Browse code

Remove release-candidate advisories

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/07/27 18:24:16
Showing 39 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
 
... ...
@@ -3328,8 +3328,6 @@ Instruct the driver to remove the network (`id`).
3328 3328
 
3329 3329
 ### List nodes
3330 3330
 
3331
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3332
-might be subject to non backward-compatible changes.
3333 3331
 
3334 3332
 `GET /nodes`
3335 3333
 
... ...
@@ -3458,8 +3456,6 @@ List nodes
3458 3458
 
3459 3459
 ### Inspect a node
3460 3460
 
3461
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3462
-might be subject to non backward-compatible changes.
3463 3461
 
3464 3462
 `GET /nodes/<id>`
3465 3463
 
... ...
@@ -3580,8 +3576,6 @@ Return low-level information on the node `id`
3580 3580
 
3581 3581
 ### Initialize a new Swarm
3582 3582
 
3583
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3584
-might be subject to non backward-compatible changes.
3585 3583
 
3586 3584
 `POST /swarm/init`
3587 3585
 
... ...
@@ -3654,8 +3648,6 @@ JSON Parameters:
3654 3654
 
3655 3655
 ### Join an existing Swarm
3656 3656
 
3657
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3658
-might be subject to non backward-compatible changes.
3659 3657
 
3660 3658
 `POST /swarm/join`
3661 3659
 
... ...
@@ -3699,8 +3691,6 @@ JSON Parameters:
3699 3699
 
3700 3700
 ### Leave a Swarm
3701 3701
 
3702
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3703
-might be subject to non backward-compatible changes.
3704 3702
 
3705 3703
 `POST /swarm/leave`
3706 3704
 
... ...
@@ -3723,8 +3713,6 @@ Leave a Swarm
3723 3723
 
3724 3724
 ### Update a Swarm
3725 3725
 
3726
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3727
-might be subject to non backward-compatible changes.
3728 3726
 
3729 3727
 `POST /swarm/update`
3730 3728
 
... ...
@@ -3810,8 +3798,6 @@ JSON Parameters:
3810 3810
 
3811 3811
 ### List services
3812 3812
 
3813
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3814
-might be subject to non backward-compatible changes.
3815 3813
 
3816 3814
 `GET /services`
3817 3815
 
... ...
@@ -3905,8 +3891,6 @@ List services
3905 3905
 
3906 3906
 ### Create a service
3907 3907
 
3908
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
3909
-might be subject to non backward-compatible changes.
3910 3908
 
3911 3909
 `POST /services/create`
3912 3910
 
... ...
@@ -4071,8 +4055,6 @@ JSON Parameters:
4071 4071
 
4072 4072
 ### Remove a service
4073 4073
 
4074
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
4075
-might be subject to non backward-compatible changes.
4076 4074
 
4077 4075
 `DELETE /services/(id or name)`
4078 4076
 
... ...
@@ -4094,8 +4076,6 @@ Stop and remove the service `id`
4094 4094
 
4095 4095
 ### Inspect one or more service
4096 4096
 
4097
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
4098
-might be subject to non backward-compatible changes.
4099 4097
 
4100 4098
 `GET /services/(id or name)`
4101 4099
 
... ...
@@ -4174,8 +4154,6 @@ Return information on the service `id`.
4174 4174
 
4175 4175
 ### Update a service
4176 4176
 
4177
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
4178
-might be subject to non backward-compatible changes.
4179 4177
 
4180 4178
 `POST /services/(id or name)/update`
4181 4179
 
... ...
@@ -4304,8 +4282,6 @@ Update the service `id`.
4304 4304
 
4305 4305
 ### List tasks
4306 4306
 
4307
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
4308
-might be subject to non backward-compatible changes.
4309 4307
 
4310 4308
 `GET /tasks`
4311 4309
 
... ...
@@ -4537,8 +4513,6 @@ List tasks
4537 4537
 
4538 4538
 ### Inspect a task
4539 4539
 
4540
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
4541
-might be subject to non backward-compatible changes.
4542 4540
 
4543 4541
 `GET /tasks/(task id)`
4544 4542
 
... ...
@@ -3,7 +3,6 @@
3 3
 title = "node inspect"
4 4
 description = "The node inspect command description and usage"
5 5
 keywords = ["node, inspect"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "node ls"
4 4
 description = "The node ls command description and usage"
5 5
 keywords = ["node, list"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "node rm"
4 4
 description = "The node rm command description and usage"
5 5
 keywords = ["node, remove"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "node tasks"
4 4
 description = "The node tasks command description and usage"
5 5
 keywords = ["node, tasks"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "node update"
4 4
 description = "The node update command description and usage"
5 5
 keywords = ["resources, update, dynamically"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -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
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "service inspect"
4 4
 description = "The service inspect command description and usage"
5 5
 keywords = ["service, inspect"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "service ls"
4 4
 description = "The service ls command description and usage"
5 5
 keywords = ["service, ls"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "service rm"
4 4
 description = "The service rm command description and usage"
5 5
 keywords = ["service, rm"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "service scale"
4 4
 description = "The service scale command description and usage"
5 5
 keywords = ["service, scale"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "service tasks"
4 4
 description = "The service tasks command description and usage"
5 5
 keywords = ["service, tasks"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "service update"
4 4
 description = "The service update command description and usage"
5 5
 keywords = ["service, update"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "swarm init"
4 4
 description = "The swarm init command description and usage"
5 5
 keywords = ["swarm, init"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "swarm join"
4 4
 description = "The swarm join command description and usage"
5 5
 keywords = ["swarm, join"]
6
-advisory = "rc"
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
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "swarm leave"
4 4
 description = "The swarm leave command description and usage"
5 5
 keywords = ["swarm, leave"]
6
-advisory = "rc"
7 6
 [menu.main]
8 7
 parent = "smn_cli"
9 8
 +++
... ...
@@ -3,7 +3,6 @@
3 3
 title = "swarm update"
4 4
 description = "The swarm update command description and usage"
5 5
 keywords = ["swarm, update"]
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"
... ...
@@ -6,7 +6,6 @@ aliases = [
6 6
 title = "How services work"
7 7
 description = "How swarm mode services work"
8 8
 keywords = ["docker, container, cluster, swarm mode, node"]
9
-advisory = "rc"
10 9
 [menu.main]
11 10
 identifier="how-services-work"
12 11
 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"