浏览代码

Merge pull request #25119 from thaJeztah/pre-1.12-ga-fixes

Remove release-candidate advisories
Sven Dowideit 9 年之前
父节点
当前提交
415ef83e02
共有 39 个文件被更改,包括 1 次插入90 次删除
  1. 0 26
      docs/reference/api/docker_remote_api_v1.24.md
  2. 0 26
      docs/reference/api/docker_remote_api_v1.25.md
  3. 0 1
      docs/reference/commandline/node_inspect.md
  4. 0 1
      docs/reference/commandline/node_ls.md
  5. 0 1
      docs/reference/commandline/node_rm.md
  6. 0 1
      docs/reference/commandline/node_tasks.md
  7. 0 1
      docs/reference/commandline/node_update.md
  8. 0 1
      docs/reference/commandline/service_create.md
  9. 0 1
      docs/reference/commandline/service_inspect.md
  10. 0 1
      docs/reference/commandline/service_ls.md
  11. 0 1
      docs/reference/commandline/service_rm.md
  12. 0 1
      docs/reference/commandline/service_scale.md
  13. 0 1
      docs/reference/commandline/service_tasks.md
  14. 0 1
      docs/reference/commandline/service_update.md
  15. 0 1
      docs/reference/commandline/swarm_init.md
  16. 0 1
      docs/reference/commandline/swarm_join.md
  17. 0 1
      docs/reference/commandline/swarm_join_token.md
  18. 0 1
      docs/reference/commandline/swarm_leave.md
  19. 0 1
      docs/reference/commandline/swarm_update.md
  20. 0 1
      docs/swarm/admin_guide.md
  21. 0 1
      docs/swarm/how-swarm-mode-works/menu.md
  22. 0 1
      docs/swarm/how-swarm-mode-works/nodes.md
  23. 0 1
      docs/swarm/how-swarm-mode-works/services.md
  24. 0 1
      docs/swarm/index.md
  25. 0 1
      docs/swarm/join-nodes.md
  26. 0 1
      docs/swarm/key-concepts.md
  27. 1 2
      docs/swarm/menu.md
  28. 0 1
      docs/swarm/raft.md
  29. 0 1
      docs/swarm/swarm-mode.md
  30. 0 1
      docs/swarm/swarm-tutorial/add-nodes.md
  31. 0 1
      docs/swarm/swarm-tutorial/create-swarm.md
  32. 0 1
      docs/swarm/swarm-tutorial/delete-service.md
  33. 0 1
      docs/swarm/swarm-tutorial/deploy-service.md
  34. 0 1
      docs/swarm/swarm-tutorial/drain-node.md
  35. 0 1
      docs/swarm/swarm-tutorial/index.md
  36. 0 1
      docs/swarm/swarm-tutorial/inspect-service.md
  37. 0 1
      docs/swarm/swarm-tutorial/menu.md
  38. 0 1
      docs/swarm/swarm-tutorial/rolling-update.md
  39. 0 1
      docs/swarm/swarm-tutorial/scale-service.md

+ 0 - 26
docs/reference/api/docker_remote_api_v1.24.md

@@ -3327,8 +3327,6 @@ Instruct the driver to remove the network (`id`).
 
 ### List nodes
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `GET /nodes`
 
@@ -3457,8 +3455,6 @@ List nodes
 
 ### Inspect a node
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `GET /nodes/<id>`
 
@@ -3579,8 +3575,6 @@ Return low-level information on the node `id`
 
 ### Initialize a new Swarm
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `POST /swarm/init`
 
@@ -3653,8 +3647,6 @@ JSON Parameters:
 
 ### Join an existing Swarm
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `POST /swarm/join`
 
@@ -3698,8 +3690,6 @@ JSON Parameters:
 
 ### Leave a Swarm
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `POST /swarm/leave`
 
@@ -3722,8 +3712,6 @@ Leave a Swarm
 
 ### Update a Swarm
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `POST /swarm/update`
 
@@ -3809,8 +3797,6 @@ JSON Parameters:
 
 ### List services
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `GET /services`
 
@@ -3904,8 +3890,6 @@ List services
 
 ### Create a service
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `POST /services/create`
 
@@ -4070,8 +4054,6 @@ JSON Parameters:
 
 ### Remove a service
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `DELETE /services/(id or name)`
 
@@ -4093,8 +4075,6 @@ Stop and remove the service `id`
 
 ### Inspect one or more services
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `GET /services/(id or name)`
 
@@ -4173,8 +4153,6 @@ Return information on the service `id`.
 
 ### Update a service
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `POST /services/(id or name)/update`
 
@@ -4303,8 +4281,6 @@ Update the service `id`.
 
 ### List tasks
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `GET /tasks`
 
@@ -4536,8 +4512,6 @@ List tasks
 
 ### Inspect a task
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `GET /tasks/(task id)`
 

+ 0 - 26
docs/reference/api/docker_remote_api_v1.25.md

@@ -3328,8 +3328,6 @@ Instruct the driver to remove the network (`id`).
 
 ### List nodes
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `GET /nodes`
 
@@ -3458,8 +3456,6 @@ List nodes
 
 ### Inspect a node
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `GET /nodes/<id>`
 
@@ -3580,8 +3576,6 @@ Return low-level information on the node `id`
 
 ### Initialize a new Swarm
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `POST /swarm/init`
 
@@ -3654,8 +3648,6 @@ JSON Parameters:
 
 ### Join an existing Swarm
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `POST /swarm/join`
 
@@ -3699,8 +3691,6 @@ JSON Parameters:
 
 ### Leave a Swarm
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `POST /swarm/leave`
 
@@ -3723,8 +3713,6 @@ Leave a Swarm
 
 ### Update a Swarm
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `POST /swarm/update`
 
@@ -3810,8 +3798,6 @@ JSON Parameters:
 
 ### List services
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `GET /services`
 
@@ -3905,8 +3891,6 @@ List services
 
 ### Create a service
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `POST /services/create`
 
@@ -4071,8 +4055,6 @@ JSON Parameters:
 
 ### Remove a service
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `DELETE /services/(id or name)`
 
@@ -4094,8 +4076,6 @@ Stop and remove the service `id`
 
 ### Inspect one or more service
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `GET /services/(id or name)`
 
@@ -4174,8 +4154,6 @@ Return information on the service `id`.
 
 ### Update a service
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `POST /services/(id or name)/update`
 
@@ -4304,8 +4282,6 @@ Update the service `id`.
 
 ### List tasks
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `GET /tasks`
 
@@ -4537,8 +4513,6 @@ List tasks
 
 ### Inspect a task
 
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
 
 `GET /tasks/(task id)`
 

+ 0 - 1
docs/reference/commandline/node_inspect.md

@@ -3,7 +3,6 @@
 title = "node inspect"
 description = "The node inspect command description and usage"
 keywords = ["node, inspect"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/node_ls.md

@@ -3,7 +3,6 @@
 title = "node ls"
 description = "The node ls command description and usage"
 keywords = ["node, list"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/node_rm.md

@@ -3,7 +3,6 @@
 title = "node rm"
 description = "The node rm command description and usage"
 keywords = ["node, remove"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/node_tasks.md

@@ -3,7 +3,6 @@
 title = "node tasks"
 description = "The node tasks command description and usage"
 keywords = ["node, tasks"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/node_update.md

@@ -3,7 +3,6 @@
 title = "node update"
 description = "The node update command description and usage"
 keywords = ["resources, update, dynamically"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/service_create.md

@@ -3,7 +3,6 @@
 title = "service create"
 description = "The service create command description and usage"
 keywords = ["service, create"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/service_inspect.md

@@ -3,7 +3,6 @@
 title = "service inspect"
 description = "The service inspect command description and usage"
 keywords = ["service, inspect"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/service_ls.md

@@ -3,7 +3,6 @@
 title = "service ls"
 description = "The service ls command description and usage"
 keywords = ["service, ls"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/service_rm.md

@@ -3,7 +3,6 @@
 title = "service rm"
 description = "The service rm command description and usage"
 keywords = ["service, rm"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/service_scale.md

@@ -3,7 +3,6 @@
 title = "service scale"
 description = "The service scale command description and usage"
 keywords = ["service, scale"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/service_tasks.md

@@ -3,7 +3,6 @@
 title = "service tasks"
 description = "The service tasks command description and usage"
 keywords = ["service, tasks"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/service_update.md

@@ -3,7 +3,6 @@
 title = "service update"
 description = "The service update command description and usage"
 keywords = ["service, update"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/swarm_init.md

@@ -3,7 +3,6 @@
 title = "swarm init"
 description = "The swarm init command description and usage"
 keywords = ["swarm, init"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/swarm_join.md

@@ -3,7 +3,6 @@
 title = "swarm join"
 description = "The swarm join command description and usage"
 keywords = ["swarm, join"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/swarm_join_token.md

@@ -3,7 +3,6 @@
 title = "swarm join-token"
 description = "The swarm join-token command description and usage"
 keywords = ["swarm, join-token"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/swarm_leave.md

@@ -3,7 +3,6 @@
 title = "swarm leave"
 description = "The swarm leave command description and usage"
 keywords = ["swarm, leave"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/reference/commandline/swarm_update.md

@@ -3,7 +3,6 @@
 title = "swarm update"
 description = "The swarm update command description and usage"
 keywords = ["swarm, update"]
-advisory = "rc"
 [menu.main]
 parent = "smn_cli"
 +++

+ 0 - 1
docs/swarm/admin_guide.md

@@ -6,7 +6,6 @@ aliases = [
 title = "Swarm administration guide"
 description = "Manager administration guide"
 keywords = ["docker, container, cluster, swarm, manager, raft"]
-advisory = "rc"
 [menu.main]
 identifier="manager_admin_guide"
 parent="engine_swarm"

+ 0 - 1
docs/swarm/how-swarm-mode-works/menu.md

@@ -3,7 +3,6 @@
 title = "How swarm mode works"
 description = "How the components of swarm mode work"
 keywords = ["cluster, swarm"]
-advisory = "rc"
 [menu.main]
 identifier="how-swarm-works"
 parent="engine_swarm"

+ 0 - 1
docs/swarm/how-swarm-mode-works/nodes.md

@@ -6,7 +6,6 @@ aliases = [
 title = "How nodes work"
 description = "How swarm nodes work"
 keywords = ["docker, container, cluster, swarm mode, node"]
-advisory = "rc"
 [menu.main]
 identifier="how-nodes-work"
 parent="how-swarm-works"

+ 0 - 1
docs/swarm/how-swarm-mode-works/services.md

@@ -3,7 +3,6 @@
 title = "How services work"
 description = "How swarm mode services work"
 keywords = ["docker, container, cluster, swarm mode, node"]
-advisory = "rc"
 [menu.main]
 identifier="how-services-work"
 parent="how-swarm-works"

+ 0 - 1
docs/swarm/index.md

@@ -3,7 +3,6 @@
 title = "Swarm mode overview"
 description = "Docker Engine swarm mode overview"
 keywords = ["docker, container, cluster, swarm"]
-advisory = "rc"
 [menu.main]
 identifier="swarm_overview"
 parent="engine_swarm"

+ 0 - 1
docs/swarm/join-nodes.md

@@ -3,7 +3,6 @@
 title = "Join nodes to a swarm"
 description = "Add worker and manager nodes to a swarm"
 keywords = ["guide, swarm mode, node"]
-advisory = "rc"
 [menu.main]
 identifier="join-nodes-guide"
 parent="engine_swarm"

+ 0 - 1
docs/swarm/key-concepts.md

@@ -3,7 +3,6 @@
 title = "Swarm mode key concepts"
 description = "Introducing key concepts for Docker Engine swarm mode"
 keywords = ["docker, container, cluster, swarm mode"]
-advisory = "rc"
 [menu.main]
 identifier="swarm-mode-concepts"
 parent="engine_swarm"

+ 1 - 2
docs/swarm/menu.md

@@ -1,9 +1,8 @@
 <!--[metadata]>
 +++
-title = "Manage a swarm (1.12 RC)"
+title = "Manage a swarm"
 description = "How to use Docker Engine swarm mode"
 keywords = [" docker, documentation, developer, "]
-advisory = "rc"
 type = "menu"
 [menu.main]
 identifier = "engine_swarm"

+ 0 - 1
docs/swarm/raft.md

@@ -3,7 +3,6 @@
 title = "Raft consensus in swarm mode"
 description = "Raft consensus algorithm in swarm mode"
 keywords = ["docker, container, cluster, swarm, raft"]
-advisory = "rc"
 [menu.main]
 identifier="raft"
 parent="engine_swarm"

+ 0 - 1
docs/swarm/swarm-mode.md

@@ -3,7 +3,6 @@
 title = "Run Docker Engine in swarm mode"
 description = "Run Docker Engine in swarm mode"
 keywords = ["guide, swarm mode, node"]
-advisory = "rc"
 [menu.main]
 identifier="initialize-swarm-guide"
 parent="engine_swarm"

+ 0 - 1
docs/swarm/swarm-tutorial/add-nodes.md

@@ -3,7 +3,6 @@
 title = "Add nodes to the swarm"
 description = "Add nodes to the swarm"
 keywords = ["tutorial, cluster management, swarm"]
-advisory = "rc"
 [menu.main]
 identifier="add-nodes"
 parent="swarm-tutorial"

+ 0 - 1
docs/swarm/swarm-tutorial/create-swarm.md

@@ -3,7 +3,6 @@
 title = "Create a swarm"
 description = "Initialize the swarm"
 keywords = ["tutorial, cluster management, swarm mode"]
-advisory = "rc"
 [menu.main]
 identifier="initialize-swarm"
 parent="swarm-tutorial"

+ 0 - 1
docs/swarm/swarm-tutorial/delete-service.md

@@ -3,7 +3,6 @@
 title = "Delete the service"
 description = "Remove the service from the swarm"
 keywords = ["tutorial, cluster management, swarm, service"]
-advisory = "rc"
 [menu.main]
 identifier="swarm-tutorial-delete-service"
 parent="swarm-tutorial"

+ 0 - 1
docs/swarm/swarm-tutorial/deploy-service.md

@@ -3,7 +3,6 @@
 title = "Deploy a service"
 description = "Deploy a service to the swarm"
 keywords = ["tutorial, cluster management, swarm mode"]
-advisory = "rc"
 [menu.main]
 identifier="deploy-application"
 parent="swarm-tutorial"

+ 0 - 1
docs/swarm/swarm-tutorial/drain-node.md

@@ -3,7 +3,6 @@
 title = "Drain a node"
 description = "Drain nodes on the Swarm"
 keywords = ["tutorial, cluster management, swarm, service, drain"]
-advisory="rc"
 [menu.main]
 identifier="swarm-tutorial-drain-node"
 parent="swarm-tutorial"

+ 0 - 1
docs/swarm/swarm-tutorial/index.md

@@ -3,7 +3,6 @@
 title = "Set up for the tutorial"
 description = "Getting Started tutorial for Docker Engine swarm mode"
 keywords = ["tutorial, cluster management, swarm mode"]
-advisory = "rc"
 [menu.main]
 identifier="tutorial-setup"
 parent="swarm-tutorial"

+ 0 - 1
docs/swarm/swarm-tutorial/inspect-service.md

@@ -3,7 +3,6 @@
 title = "Inspect the service"
 description = "Inspect the application"
 keywords = ["tutorial, cluster management, swarm mode"]
-advisory = "rc"
 [menu.main]
 identifier="inspect-application"
 parent="swarm-tutorial"

+ 0 - 1
docs/swarm/swarm-tutorial/menu.md

@@ -3,7 +3,6 @@
 title = "Get started with swarm mode"
 description = "Getting started tutorial for Docker swarm mode"
 keywords = ["cluster, swarm, tutorial"]
-advisory = "rc"
 type="menu"
 [menu.main]
 identifier="swarm-tutorial"

+ 0 - 1
docs/swarm/swarm-tutorial/rolling-update.md

@@ -3,7 +3,6 @@
 title = "Apply rolling updates"
 description = "Apply rolling updates to a service on the Swarm"
 keywords = ["tutorial, cluster management, swarm, service, rolling-update"]
-advisory = "rc"
 [menu.main]
 identifier="swarm-tutorial-rolling-update"
 parent="swarm-tutorial"

+ 0 - 1
docs/swarm/swarm-tutorial/scale-service.md

@@ -3,7 +3,6 @@
 title = "Scale the service"
 description = "Scale the service running in the swarm"
 keywords = ["tutorial, cluster management, swarm mode, scale"]
-advisory = "rc"
 [menu.main]
 identifier="swarm-tutorial-scale-service"
 parent="swarm-tutorial"