From c529d3d7ee22597d13f56c2cf8073bd6dbbe4c18 Mon Sep 17 00:00:00 2001 From: Adrien Duermael Date: Fri, 13 Jan 2017 11:44:11 -0800 Subject: [PATCH 1/2] docs: removed links to stack_tasks & stack_ls `docsreference/commandline/stack_tasks.md ` & `docsreference/commandline/stack_ls.md` do not exist. I need this to be merge to solve that issue: https://github.com/docker/docker.github.io/issues/1068, and merge new CI tests for the docs: https://github.com/docker/docker.github.io/pull/1052 Signed-off-by: Adrien Duermael --- docs/reference/commandline/deploy.md | 1 - docs/reference/commandline/stack_config.md | 1 - docs/reference/commandline/stack_deploy.md | 1 - docs/reference/commandline/stack_rm.md | 1 - docs/reference/commandline/stack_services.md | 1 - 5 files changed, 5 deletions(-) diff --git a/docs/reference/commandline/deploy.md b/docs/reference/commandline/deploy.md index 34cf39882f..b0aed6f6eb 100644 --- a/docs/reference/commandline/deploy.md +++ b/docs/reference/commandline/deploy.md @@ -52,4 +52,3 @@ axqh55ipl40h vossibility-stack_vossibility-collector 1 icecrime/vossibility-co * [stack config](stack_config.md) * [stack deploy](stack_deploy.md) * [stack rm](stack_rm.md) -* [stack tasks](stack_tasks.md) diff --git a/docs/reference/commandline/stack_config.md b/docs/reference/commandline/stack_config.md index bc759c163e..88b716242a 100644 --- a/docs/reference/commandline/stack_config.md +++ b/docs/reference/commandline/stack_config.md @@ -26,4 +26,3 @@ Displays the configuration of a stack. * [stack rm](stack_rm.md) * [stack services](stack_services.md) * [stack ps](stack_ps.md) -* [stack ls](stack_ls.md) diff --git a/docs/reference/commandline/stack_deploy.md b/docs/reference/commandline/stack_deploy.md index 51b3e1fc58..36bdace74c 100644 --- a/docs/reference/commandline/stack_deploy.md +++ b/docs/reference/commandline/stack_deploy.md @@ -55,4 +55,3 @@ axqh55ipl40h vossibility-stack_vossibility-collector 1 icecrime/vossibility-co * [stack rm](stack_rm.md) * [stack services](stack_services.md) * [stack ps](stack_ps.md) -* [stack ls](stack_ls.md) diff --git a/docs/reference/commandline/stack_rm.md b/docs/reference/commandline/stack_rm.md index 60aca06f9d..361c0b3c32 100644 --- a/docs/reference/commandline/stack_rm.md +++ b/docs/reference/commandline/stack_rm.md @@ -29,4 +29,3 @@ a manager node. * [stack deploy](stack_deploy.md) * [stack services](stack_services.md) * [stack ps](stack_ps.md) -* [stack ls](stack_ls.md) diff --git a/docs/reference/commandline/stack_services.md b/docs/reference/commandline/stack_services.md index a1a2ec07ef..032f816529 100644 --- a/docs/reference/commandline/stack_services.md +++ b/docs/reference/commandline/stack_services.md @@ -60,4 +60,3 @@ The currently supported filters are: * [stack deploy](stack_deploy.md) * [stack rm](stack_rm.md) * [stack ps](stack_ps.md) -* [stack ls](stack_ls.md) From 915f6046bca3569bc2e557b564832ebdd31365f5 Mon Sep 17 00:00:00 2001 From: Adrien Duermael Date: Fri, 13 Jan 2017 11:52:09 -0800 Subject: [PATCH 2/2] fixed broken links in docs I need this to be merge to solve that issue: https://github.com/docker/docker.github.io/issues/1068, and merge new CI tests for the docs: https://github.com/docker/docker.github.io/pull/1052 Signed-off-by: Adrien Duermael --- docs/reference/commandline/login.md | 2 +- docs/understanding-docker.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/commandline/login.md b/docs/reference/commandline/login.md index 7fe8d6a43e..6472846367 100644 --- a/docs/reference/commandline/login.md +++ b/docs/reference/commandline/login.md @@ -29,7 +29,7 @@ adding the server name. `docker login` requires user to use `sudo` or be `root`, except when: 1. connecting to a remote daemon, such as a `docker-machine` provisioned `docker engine`. -2. user is added to the `docker` group. This will impact the security of your system; the `docker` group is `root` equivalent. See [Docker Daemon Attack Surface](/security/security/#docker-daemon-attack-surface) for details. +2. user is added to the `docker` group. This will impact the security of your system; the `docker` group is `root` equivalent. See [Docker Daemon Attack Surface](/engine/security/security/#docker-daemon-attack-surface) for details. You can log into any public or private repository for which you have credentials. When you log in, the command stores encoded credentials in diff --git a/docs/understanding-docker.md b/docs/understanding-docker.md index 08efa688f8..ea75826150 100644 --- a/docs/understanding-docker.md +++ b/docs/understanding-docker.md @@ -208,8 +208,8 @@ existing images and pull them from the registry to a host. [Docker Hub](http://hub.docker.com) is a public Docker registry which serves a huge collection of existing images and allows you to contribute your own. For more information, go to -[Docker Registry](https://docs.docker.com/registry/overview/) and -[Docker Trusted Registry](https://docs.docker.com/docker-trusted-registry/overview/). +[Docker Registry](https://docs.docker.com/registry/) and +[Docker Trusted Registry](https://docs.docker.com/datacenter/dtr/2.0/). [Docker store](http://store.docker.com) allows you to buy and sell Docker images. For image, you can buy a Docker image containing an application or service from