diff --git a/_data/not_edited_here.yaml b/_data/not_edited_here.yaml index c5859ffac9..0abbe7620d 100644 --- a/_data/not_edited_here.yaml +++ b/_data/not_edited_here.yaml @@ -16,15 +16,15 @@ overrides: - path: /engine/deprecated.md description: Docker Engine deprecation reference - source: https://github.com/docker/docker/tree/17.03.x/docs/deprecated.md + source: https://github.com/docker/cli/tree/master/docs/deprecated.md - path: /engine/extend/ description: References for Docker Engine plugin system - source: https://github.com/docker/docker/tree/17.03.x/docs/extend/ + source: https://github.com/docker/cli/tree/master/docs/extend/ - path: /engine/reference/ description: Docker Engine CLI and API references - source: https://github.com/docker/docker/tree/17.03.x/docs/reference/ + source: https://github.com/docker/cli/tree/master/docs/reference/ - path: /notary/reference/ description: Reference docs for Docker Notary diff --git a/engine/reference/commandline/README.md b/engine/reference/commandline/README.md index 5c0f50eb52..5838bf1616 100644 --- a/engine/reference/commandline/README.md +++ b/engine/reference/commandline/README.md @@ -2,7 +2,7 @@ The files in this directory are stub files which include the file `/_includes/cli.md`, which parses YAML files generated from the -[`moby/moby`](https://github.com/moby/moby) repository. The YAML files +[`docker/cli`](https://github.com/docker/cli) repository. The YAML files are parsed into output files like [https://docs.docker.com/engine/reference/commandline/build/](https://docs.docker.com/engine/reference/commandline/build/). @@ -14,7 +14,7 @@ The output files are composed from two sources: the CLI source code in that repository. - The **Extended Description** and **Examples** sections are pulled into the - YAML from the files in [https://github.com/moby/moby/tree/master/docs/reference/commandline](https://github.com/moby/moby/tree/master/docs/reference/commandline) + YAML from the files in [https://github.com/docker/cli/tree/master/docs/reference/commandline](https://github.com/docker/cli/tree/master/docs/reference/commandline) Specifically, the Markdown inside the `## Description` and `## Examples` headings are parsed. Please submit corrections to the text in that repository. diff --git a/engine/reference/commandline/attach.md b/engine/reference/commandline/attach.md index 5d08d64fa5..8d2c1d9a37 100644 --- a/engine/reference/commandline/attach.md +++ b/engine/reference/commandline/attach.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/build.md b/engine/reference/commandline/build.md index c3dea07de0..3199e25f3a 100644 --- a/engine/reference/commandline/build.md +++ b/engine/reference/commandline/build.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/checkpoint.md b/engine/reference/commandline/checkpoint.md index 83a5928fbd..f0dca8a39a 100644 --- a/engine/reference/commandline/checkpoint.md +++ b/engine/reference/commandline/checkpoint.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/checkpoint_create.md b/engine/reference/commandline/checkpoint_create.md index d22e4cada7..088bd209c2 100644 --- a/engine/reference/commandline/checkpoint_create.md +++ b/engine/reference/commandline/checkpoint_create.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/checkpoint_ls.md b/engine/reference/commandline/checkpoint_ls.md index 2c70b8d311..aa80e47b06 100644 --- a/engine/reference/commandline/checkpoint_ls.md +++ b/engine/reference/commandline/checkpoint_ls.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/checkpoint_rm.md b/engine/reference/commandline/checkpoint_rm.md index 6c385126ca..1c9b0bec2d 100644 --- a/engine/reference/commandline/checkpoint_rm.md +++ b/engine/reference/commandline/checkpoint_rm.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/commit.md b/engine/reference/commandline/commit.md index 7227be2890..b5a663dbf5 100644 --- a/engine/reference/commandline/commit.md +++ b/engine/reference/commandline/commit.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/config.md b/engine/reference/commandline/config.md index 6c0a813e6c..51b394ed15 100644 --- a/engine/reference/commandline/config.md +++ b/engine/reference/commandline/config.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/config_create.md b/engine/reference/commandline/config_create.md index 91db736549..14dddcbbb1 100644 --- a/engine/reference/commandline/config_create.md +++ b/engine/reference/commandline/config_create.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/config_inspect.md b/engine/reference/commandline/config_inspect.md index ac3a593966..82162f60e3 100644 --- a/engine/reference/commandline/config_inspect.md +++ b/engine/reference/commandline/config_inspect.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/config_ls.md b/engine/reference/commandline/config_ls.md index b2b4d578c1..7f2448c3e3 100644 --- a/engine/reference/commandline/config_ls.md +++ b/engine/reference/commandline/config_ls.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/config_rm.md b/engine/reference/commandline/config_rm.md index 2495d73e55..ee0a19717b 100644 --- a/engine/reference/commandline/config_rm.md +++ b/engine/reference/commandline/config_rm.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container.md b/engine/reference/commandline/container.md index c55c8f869e..d89985ab92 100644 --- a/engine/reference/commandline/container.md +++ b/engine/reference/commandline/container.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_attach.md b/engine/reference/commandline/container_attach.md index 8c428efea3..e3c167528c 100644 --- a/engine/reference/commandline/container_attach.md +++ b/engine/reference/commandline/container_attach.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_commit.md b/engine/reference/commandline/container_commit.md index 43330f2549..c36ed09836 100644 --- a/engine/reference/commandline/container_commit.md +++ b/engine/reference/commandline/container_commit.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_cp.md b/engine/reference/commandline/container_cp.md index bd05b164a5..7edaf55082 100644 --- a/engine/reference/commandline/container_cp.md +++ b/engine/reference/commandline/container_cp.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_create.md b/engine/reference/commandline/container_create.md index 868a3f1cde..761466d070 100644 --- a/engine/reference/commandline/container_create.md +++ b/engine/reference/commandline/container_create.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_diff.md b/engine/reference/commandline/container_diff.md index 929f146353..38987c7179 100644 --- a/engine/reference/commandline/container_diff.md +++ b/engine/reference/commandline/container_diff.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_exec.md b/engine/reference/commandline/container_exec.md index 772a3d5f92..b8fef88697 100644 --- a/engine/reference/commandline/container_exec.md +++ b/engine/reference/commandline/container_exec.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_export.md b/engine/reference/commandline/container_export.md index ccffa6f1eb..a709a59b6c 100644 --- a/engine/reference/commandline/container_export.md +++ b/engine/reference/commandline/container_export.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_inspect.md b/engine/reference/commandline/container_inspect.md index 82fea56166..46802c8e07 100644 --- a/engine/reference/commandline/container_inspect.md +++ b/engine/reference/commandline/container_inspect.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_kill.md b/engine/reference/commandline/container_kill.md index eceb6df21f..74064d4c32 100644 --- a/engine/reference/commandline/container_kill.md +++ b/engine/reference/commandline/container_kill.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_logs.md b/engine/reference/commandline/container_logs.md index c1801e1a1c..3f62c49478 100644 --- a/engine/reference/commandline/container_logs.md +++ b/engine/reference/commandline/container_logs.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_ls.md b/engine/reference/commandline/container_ls.md index b59b659eeb..ab624a8620 100644 --- a/engine/reference/commandline/container_ls.md +++ b/engine/reference/commandline/container_ls.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_pause.md b/engine/reference/commandline/container_pause.md index bdd733feae..76a2fbc664 100644 --- a/engine/reference/commandline/container_pause.md +++ b/engine/reference/commandline/container_pause.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_port.md b/engine/reference/commandline/container_port.md index cc2ecc724b..475dbdba35 100644 --- a/engine/reference/commandline/container_port.md +++ b/engine/reference/commandline/container_port.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_prune.md b/engine/reference/commandline/container_prune.md index ef75d47c0a..3972e61413 100644 --- a/engine/reference/commandline/container_prune.md +++ b/engine/reference/commandline/container_prune.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_rename.md b/engine/reference/commandline/container_rename.md index 60ee7f4dc5..9432bc1914 100644 --- a/engine/reference/commandline/container_rename.md +++ b/engine/reference/commandline/container_rename.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_restart.md b/engine/reference/commandline/container_restart.md index 4c31914eed..9badff734a 100644 --- a/engine/reference/commandline/container_restart.md +++ b/engine/reference/commandline/container_restart.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_rm.md b/engine/reference/commandline/container_rm.md index 704b5ff6c6..945a8e1884 100644 --- a/engine/reference/commandline/container_rm.md +++ b/engine/reference/commandline/container_rm.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_run.md b/engine/reference/commandline/container_run.md index 0d117bafa0..3fb2e77398 100644 --- a/engine/reference/commandline/container_run.md +++ b/engine/reference/commandline/container_run.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_start.md b/engine/reference/commandline/container_start.md index 4c18d83fb9..06a7cc234a 100644 --- a/engine/reference/commandline/container_start.md +++ b/engine/reference/commandline/container_start.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_stats.md b/engine/reference/commandline/container_stats.md index 59e5f39dc5..ad4c47ffb6 100644 --- a/engine/reference/commandline/container_stats.md +++ b/engine/reference/commandline/container_stats.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_stop.md b/engine/reference/commandline/container_stop.md index 26c17dde09..f9a82ab164 100644 --- a/engine/reference/commandline/container_stop.md +++ b/engine/reference/commandline/container_stop.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_top.md b/engine/reference/commandline/container_top.md index 7fa0ccd333..342cb6e952 100644 --- a/engine/reference/commandline/container_top.md +++ b/engine/reference/commandline/container_top.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_unpause.md b/engine/reference/commandline/container_unpause.md index 4411b97758..310a142b5a 100644 --- a/engine/reference/commandline/container_unpause.md +++ b/engine/reference/commandline/container_unpause.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_update.md b/engine/reference/commandline/container_update.md index 7ab3ad0345..5415a77af5 100644 --- a/engine/reference/commandline/container_update.md +++ b/engine/reference/commandline/container_update.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/container_wait.md b/engine/reference/commandline/container_wait.md index a4c1ac8b56..fa2b97468b 100644 --- a/engine/reference/commandline/container_wait.md +++ b/engine/reference/commandline/container_wait.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/cp.md b/engine/reference/commandline/cp.md index 4b5c2ef4e2..8bacc523f3 100644 --- a/engine/reference/commandline/cp.md +++ b/engine/reference/commandline/cp.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/create.md b/engine/reference/commandline/create.md index ca7bf3a808..0c8c053b9b 100644 --- a/engine/reference/commandline/create.md +++ b/engine/reference/commandline/create.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/deploy.md b/engine/reference/commandline/deploy.md index 8d652e5416..89ec755ccc 100644 --- a/engine/reference/commandline/deploy.md +++ b/engine/reference/commandline/deploy.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/diff.md b/engine/reference/commandline/diff.md index 6d81d47de4..38891e316a 100644 --- a/engine/reference/commandline/diff.md +++ b/engine/reference/commandline/diff.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/docker.md b/engine/reference/commandline/docker.md index 24253bd6b3..136b08cad7 100644 --- a/engine/reference/commandline/docker.md +++ b/engine/reference/commandline/docker.md @@ -11,7 +11,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/dockerd.md b/engine/reference/commandline/dockerd.md index a0b15771a0..1582e13de5 100644 --- a/engine/reference/commandline/dockerd.md +++ b/engine/reference/commandline/dockerd.md @@ -15,7 +15,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/events.md b/engine/reference/commandline/events.md index 8071557053..9c73b7ddfd 100644 --- a/engine/reference/commandline/events.md +++ b/engine/reference/commandline/events.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/exec.md b/engine/reference/commandline/exec.md index 7c2151586f..64749827d6 100644 --- a/engine/reference/commandline/exec.md +++ b/engine/reference/commandline/exec.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/export.md b/engine/reference/commandline/export.md index eab5b1628a..f2fcfaf3e4 100644 --- a/engine/reference/commandline/export.md +++ b/engine/reference/commandline/export.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/history.md b/engine/reference/commandline/history.md index 3a561752e1..73da706a3d 100644 --- a/engine/reference/commandline/history.md +++ b/engine/reference/commandline/history.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/image.md b/engine/reference/commandline/image.md index 337601b6c5..038448ea8d 100644 --- a/engine/reference/commandline/image.md +++ b/engine/reference/commandline/image.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/image_build.md b/engine/reference/commandline/image_build.md index 5be2503fbb..c50ac1b0dd 100644 --- a/engine/reference/commandline/image_build.md +++ b/engine/reference/commandline/image_build.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/image_history.md b/engine/reference/commandline/image_history.md index 34145a51cd..b8aa68108f 100644 --- a/engine/reference/commandline/image_history.md +++ b/engine/reference/commandline/image_history.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/image_import.md b/engine/reference/commandline/image_import.md index b234074cc1..1ee08bf5d2 100644 --- a/engine/reference/commandline/image_import.md +++ b/engine/reference/commandline/image_import.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/image_inspect.md b/engine/reference/commandline/image_inspect.md index 5a6aa89831..28d7f76c54 100644 --- a/engine/reference/commandline/image_inspect.md +++ b/engine/reference/commandline/image_inspect.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/image_load.md b/engine/reference/commandline/image_load.md index c752da15b2..19bca96544 100644 --- a/engine/reference/commandline/image_load.md +++ b/engine/reference/commandline/image_load.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/image_ls.md b/engine/reference/commandline/image_ls.md index 3525b18061..169f26b2ac 100644 --- a/engine/reference/commandline/image_ls.md +++ b/engine/reference/commandline/image_ls.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/image_prune.md b/engine/reference/commandline/image_prune.md index da62c7a0da..0ed8eadd36 100644 --- a/engine/reference/commandline/image_prune.md +++ b/engine/reference/commandline/image_prune.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/image_pull.md b/engine/reference/commandline/image_pull.md index 135c4b3c0c..e596f3e0e5 100644 --- a/engine/reference/commandline/image_pull.md +++ b/engine/reference/commandline/image_pull.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/image_push.md b/engine/reference/commandline/image_push.md index 4d28d37d4a..bc3869c1df 100644 --- a/engine/reference/commandline/image_push.md +++ b/engine/reference/commandline/image_push.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/image_rm.md b/engine/reference/commandline/image_rm.md index c634ee687e..c0f8970245 100644 --- a/engine/reference/commandline/image_rm.md +++ b/engine/reference/commandline/image_rm.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/image_save.md b/engine/reference/commandline/image_save.md index 22582f840a..5e6f233b96 100644 --- a/engine/reference/commandline/image_save.md +++ b/engine/reference/commandline/image_save.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/image_tag.md b/engine/reference/commandline/image_tag.md index 484796d247..abf70fc950 100644 --- a/engine/reference/commandline/image_tag.md +++ b/engine/reference/commandline/image_tag.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/images.md b/engine/reference/commandline/images.md index 90a15414c4..42bb1677d0 100644 --- a/engine/reference/commandline/images.md +++ b/engine/reference/commandline/images.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/import.md b/engine/reference/commandline/import.md index c5b9b53fe1..0f485c2415 100644 --- a/engine/reference/commandline/import.md +++ b/engine/reference/commandline/import.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/info.md b/engine/reference/commandline/info.md index 5301694639..24ad0b66f5 100644 --- a/engine/reference/commandline/info.md +++ b/engine/reference/commandline/info.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/inspect.md b/engine/reference/commandline/inspect.md index 9770560ae1..c3413496ef 100644 --- a/engine/reference/commandline/inspect.md +++ b/engine/reference/commandline/inspect.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/kill.md b/engine/reference/commandline/kill.md index 3f6b1b0f00..57684dcbb8 100644 --- a/engine/reference/commandline/kill.md +++ b/engine/reference/commandline/kill.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/load.md b/engine/reference/commandline/load.md index 90b4e15cf3..722d700fb4 100644 --- a/engine/reference/commandline/load.md +++ b/engine/reference/commandline/load.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/login.md b/engine/reference/commandline/login.md index 3a17f32b43..2e19d46981 100644 --- a/engine/reference/commandline/login.md +++ b/engine/reference/commandline/login.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/logout.md b/engine/reference/commandline/logout.md index b266ad2438..55295c3b38 100644 --- a/engine/reference/commandline/logout.md +++ b/engine/reference/commandline/logout.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/logs.md b/engine/reference/commandline/logs.md index 23f1edcada..f4cfea5d88 100644 --- a/engine/reference/commandline/logs.md +++ b/engine/reference/commandline/logs.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/network.md b/engine/reference/commandline/network.md index 987dff157c..8a91146626 100644 --- a/engine/reference/commandline/network.md +++ b/engine/reference/commandline/network.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/network_connect.md b/engine/reference/commandline/network_connect.md index 1230929f15..4ae302e265 100644 --- a/engine/reference/commandline/network_connect.md +++ b/engine/reference/commandline/network_connect.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/network_create.md b/engine/reference/commandline/network_create.md index 2016321855..aec724e30b 100644 --- a/engine/reference/commandline/network_create.md +++ b/engine/reference/commandline/network_create.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/network_disconnect.md b/engine/reference/commandline/network_disconnect.md index 73026ba8d3..d2f3939f98 100644 --- a/engine/reference/commandline/network_disconnect.md +++ b/engine/reference/commandline/network_disconnect.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/network_inspect.md b/engine/reference/commandline/network_inspect.md index 9e6cdb287e..87fe0f3f23 100644 --- a/engine/reference/commandline/network_inspect.md +++ b/engine/reference/commandline/network_inspect.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/network_ls.md b/engine/reference/commandline/network_ls.md index 76f6cd58e2..0e898cc4e8 100644 --- a/engine/reference/commandline/network_ls.md +++ b/engine/reference/commandline/network_ls.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/network_prune.md b/engine/reference/commandline/network_prune.md index 9dbd08a171..325af6feb5 100644 --- a/engine/reference/commandline/network_prune.md +++ b/engine/reference/commandline/network_prune.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/network_rm.md b/engine/reference/commandline/network_rm.md index 4aeba4a389..61b4cca493 100644 --- a/engine/reference/commandline/network_rm.md +++ b/engine/reference/commandline/network_rm.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/node.md b/engine/reference/commandline/node.md index 9d0aff53dd..f5c9a20149 100644 --- a/engine/reference/commandline/node.md +++ b/engine/reference/commandline/node.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/node_demote.md b/engine/reference/commandline/node_demote.md index b8cc9f0e7f..cc5689c636 100644 --- a/engine/reference/commandline/node_demote.md +++ b/engine/reference/commandline/node_demote.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/node_inspect.md b/engine/reference/commandline/node_inspect.md index 6cb6646936..1c146e9907 100644 --- a/engine/reference/commandline/node_inspect.md +++ b/engine/reference/commandline/node_inspect.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/node_ls.md b/engine/reference/commandline/node_ls.md index ed0c71b46a..8ee2fc5f86 100644 --- a/engine/reference/commandline/node_ls.md +++ b/engine/reference/commandline/node_ls.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/node_promote.md b/engine/reference/commandline/node_promote.md index 57ea7167fe..3c7ac94a58 100644 --- a/engine/reference/commandline/node_promote.md +++ b/engine/reference/commandline/node_promote.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/node_ps.md b/engine/reference/commandline/node_ps.md index 243bd8ea34..10f9da1766 100644 --- a/engine/reference/commandline/node_ps.md +++ b/engine/reference/commandline/node_ps.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/node_rm.md b/engine/reference/commandline/node_rm.md index a51a55afa5..c54f7ef1b7 100644 --- a/engine/reference/commandline/node_rm.md +++ b/engine/reference/commandline/node_rm.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/node_update.md b/engine/reference/commandline/node_update.md index 6438bd3670..c0fb866d9d 100644 --- a/engine/reference/commandline/node_update.md +++ b/engine/reference/commandline/node_update.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/pause.md b/engine/reference/commandline/pause.md index e64e5e9d69..7f2cf4a250 100644 --- a/engine/reference/commandline/pause.md +++ b/engine/reference/commandline/pause.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/plugin.md b/engine/reference/commandline/plugin.md index 84ba72ae35..924fa74cc3 100644 --- a/engine/reference/commandline/plugin.md +++ b/engine/reference/commandline/plugin.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/plugin_create.md b/engine/reference/commandline/plugin_create.md index 1cc1b79324..9ba2cf6b7b 100644 --- a/engine/reference/commandline/plugin_create.md +++ b/engine/reference/commandline/plugin_create.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/plugin_disable.md b/engine/reference/commandline/plugin_disable.md index 44c7fc17bb..5e7419cd77 100644 --- a/engine/reference/commandline/plugin_disable.md +++ b/engine/reference/commandline/plugin_disable.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/plugin_enable.md b/engine/reference/commandline/plugin_enable.md index 507b70ee5a..42b7dcc74f 100644 --- a/engine/reference/commandline/plugin_enable.md +++ b/engine/reference/commandline/plugin_enable.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/plugin_inspect.md b/engine/reference/commandline/plugin_inspect.md index 0770d4fa22..a62a336b78 100644 --- a/engine/reference/commandline/plugin_inspect.md +++ b/engine/reference/commandline/plugin_inspect.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/plugin_install.md b/engine/reference/commandline/plugin_install.md index 83be3f79f4..04ef2ac9ab 100644 --- a/engine/reference/commandline/plugin_install.md +++ b/engine/reference/commandline/plugin_install.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/plugin_ls.md b/engine/reference/commandline/plugin_ls.md index 23ebd31fa0..6075452529 100644 --- a/engine/reference/commandline/plugin_ls.md +++ b/engine/reference/commandline/plugin_ls.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/plugin_push.md b/engine/reference/commandline/plugin_push.md index 388c92cb42..7490d7b94d 100644 --- a/engine/reference/commandline/plugin_push.md +++ b/engine/reference/commandline/plugin_push.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/plugin_rm.md b/engine/reference/commandline/plugin_rm.md index 34479b884f..e3a6814f9c 100644 --- a/engine/reference/commandline/plugin_rm.md +++ b/engine/reference/commandline/plugin_rm.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/plugin_set.md b/engine/reference/commandline/plugin_set.md index 49e8da3168..cc657d281f 100644 --- a/engine/reference/commandline/plugin_set.md +++ b/engine/reference/commandline/plugin_set.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/plugin_upgrade.md b/engine/reference/commandline/plugin_upgrade.md index 010c51cc46..25e2bf43c1 100644 --- a/engine/reference/commandline/plugin_upgrade.md +++ b/engine/reference/commandline/plugin_upgrade.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/port.md b/engine/reference/commandline/port.md index 3027910343..262b901933 100644 --- a/engine/reference/commandline/port.md +++ b/engine/reference/commandline/port.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/ps.md b/engine/reference/commandline/ps.md index d2ad75b2e4..176e0abe82 100644 --- a/engine/reference/commandline/ps.md +++ b/engine/reference/commandline/ps.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/pull.md b/engine/reference/commandline/pull.md index de04f19bca..7b4397f282 100644 --- a/engine/reference/commandline/pull.md +++ b/engine/reference/commandline/pull.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/push.md b/engine/reference/commandline/push.md index 59ec1ec052..6543a66e93 100644 --- a/engine/reference/commandline/push.md +++ b/engine/reference/commandline/push.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/rename.md b/engine/reference/commandline/rename.md index 833d11267c..5415276242 100644 --- a/engine/reference/commandline/rename.md +++ b/engine/reference/commandline/rename.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/restart.md b/engine/reference/commandline/restart.md index 68d7124e24..f1b1f7a2ab 100644 --- a/engine/reference/commandline/restart.md +++ b/engine/reference/commandline/restart.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/rm.md b/engine/reference/commandline/rm.md index 1017f0d710..4ff2c469a4 100644 --- a/engine/reference/commandline/rm.md +++ b/engine/reference/commandline/rm.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/rmi.md b/engine/reference/commandline/rmi.md index bf0753018b..2846f0b548 100644 --- a/engine/reference/commandline/rmi.md +++ b/engine/reference/commandline/rmi.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/run.md b/engine/reference/commandline/run.md index 3d8df79fe4..8fa6b1a2b9 100644 --- a/engine/reference/commandline/run.md +++ b/engine/reference/commandline/run.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/save.md b/engine/reference/commandline/save.md index 22bfcca25c..5cc3e7e75e 100644 --- a/engine/reference/commandline/save.md +++ b/engine/reference/commandline/save.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/search.md b/engine/reference/commandline/search.md index 5015450af2..4b04503fe3 100644 --- a/engine/reference/commandline/search.md +++ b/engine/reference/commandline/search.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/secret.md b/engine/reference/commandline/secret.md index 58a108972a..21f207421a 100644 --- a/engine/reference/commandline/secret.md +++ b/engine/reference/commandline/secret.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/secret_create.md b/engine/reference/commandline/secret_create.md index 198c5ed427..5bcb7a5188 100644 --- a/engine/reference/commandline/secret_create.md +++ b/engine/reference/commandline/secret_create.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/secret_inspect.md b/engine/reference/commandline/secret_inspect.md index 14a33ef1b1..c2459ba191 100644 --- a/engine/reference/commandline/secret_inspect.md +++ b/engine/reference/commandline/secret_inspect.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/secret_ls.md b/engine/reference/commandline/secret_ls.md index 1ab63a5437..bcf1b0231a 100644 --- a/engine/reference/commandline/secret_ls.md +++ b/engine/reference/commandline/secret_ls.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/secret_rm.md b/engine/reference/commandline/secret_rm.md index 860aa53251..6be29cf32b 100644 --- a/engine/reference/commandline/secret_rm.md +++ b/engine/reference/commandline/secret_rm.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/service.md b/engine/reference/commandline/service.md index 2882cacdc0..cd351ff530 100644 --- a/engine/reference/commandline/service.md +++ b/engine/reference/commandline/service.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/service_create.md b/engine/reference/commandline/service_create.md index 6f978bdcd9..758bace93a 100644 --- a/engine/reference/commandline/service_create.md +++ b/engine/reference/commandline/service_create.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/service_inspect.md b/engine/reference/commandline/service_inspect.md index 20758a1495..0f83ba8aa3 100644 --- a/engine/reference/commandline/service_inspect.md +++ b/engine/reference/commandline/service_inspect.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/service_logs.md b/engine/reference/commandline/service_logs.md index f1a9caf724..ba617f343e 100644 --- a/engine/reference/commandline/service_logs.md +++ b/engine/reference/commandline/service_logs.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/service_ls.md b/engine/reference/commandline/service_ls.md index 176597088e..4f3a5ca79b 100644 --- a/engine/reference/commandline/service_ls.md +++ b/engine/reference/commandline/service_ls.md @@ -8,7 +8,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} {% include edge_only.md section="cliref" %} diff --git a/engine/reference/commandline/service_ps.md b/engine/reference/commandline/service_ps.md index 0a8c2d331e..69ecfa6d3c 100644 --- a/engine/reference/commandline/service_ps.md +++ b/engine/reference/commandline/service_ps.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/service_rm.md b/engine/reference/commandline/service_rm.md index a63853461e..a7077f5b7a 100644 --- a/engine/reference/commandline/service_rm.md +++ b/engine/reference/commandline/service_rm.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/service_scale.md b/engine/reference/commandline/service_scale.md index 32f11f8fa1..bfeb7ed932 100644 --- a/engine/reference/commandline/service_scale.md +++ b/engine/reference/commandline/service_scale.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/service_update.md b/engine/reference/commandline/service_update.md index 34bdc12d79..116b78f2d9 100644 --- a/engine/reference/commandline/service_update.md +++ b/engine/reference/commandline/service_update.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/stack.md b/engine/reference/commandline/stack.md index 0fc64b572b..463a77a7da 100644 --- a/engine/reference/commandline/stack.md +++ b/engine/reference/commandline/stack.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/stack_deploy.md b/engine/reference/commandline/stack_deploy.md index fe49abc71b..ea9f01c18f 100644 --- a/engine/reference/commandline/stack_deploy.md +++ b/engine/reference/commandline/stack_deploy.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/stack_ls.md b/engine/reference/commandline/stack_ls.md index abe1f27d5c..b90a700ad3 100644 --- a/engine/reference/commandline/stack_ls.md +++ b/engine/reference/commandline/stack_ls.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/stack_ps.md b/engine/reference/commandline/stack_ps.md index 9abaa97218..424b2fe206 100644 --- a/engine/reference/commandline/stack_ps.md +++ b/engine/reference/commandline/stack_ps.md @@ -11,7 +11,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/stack_rm.md b/engine/reference/commandline/stack_rm.md index a91305d75c..3602c5432b 100644 --- a/engine/reference/commandline/stack_rm.md +++ b/engine/reference/commandline/stack_rm.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/stack_services.md b/engine/reference/commandline/stack_services.md index e67ff259ff..57948c9b80 100644 --- a/engine/reference/commandline/stack_services.md +++ b/engine/reference/commandline/stack_services.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/start.md b/engine/reference/commandline/start.md index e6ade3a95e..c8f053c93a 100644 --- a/engine/reference/commandline/start.md +++ b/engine/reference/commandline/start.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/stats.md b/engine/reference/commandline/stats.md index e1d4af3f63..bbdba35dbd 100644 --- a/engine/reference/commandline/stats.md +++ b/engine/reference/commandline/stats.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/stop.md b/engine/reference/commandline/stop.md index dfdcbbd004..cf76bc4a30 100644 --- a/engine/reference/commandline/stop.md +++ b/engine/reference/commandline/stop.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/swarm.md b/engine/reference/commandline/swarm.md index 2b79f414be..0b7d1dbfb3 100644 --- a/engine/reference/commandline/swarm.md +++ b/engine/reference/commandline/swarm.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/swarm_ca.md b/engine/reference/commandline/swarm_ca.md index e9af67233d..0cfa8a171b 100644 --- a/engine/reference/commandline/swarm_ca.md +++ b/engine/reference/commandline/swarm_ca.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/swarm_init.md b/engine/reference/commandline/swarm_init.md index 5479560247..1bdb9081d2 100644 --- a/engine/reference/commandline/swarm_init.md +++ b/engine/reference/commandline/swarm_init.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/swarm_join-token.md b/engine/reference/commandline/swarm_join-token.md index 10f9965b0d..4ea14a1a6d 100644 --- a/engine/reference/commandline/swarm_join-token.md +++ b/engine/reference/commandline/swarm_join-token.md @@ -11,7 +11,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/swarm_join.md b/engine/reference/commandline/swarm_join.md index ad76ae6efa..cf2177ad81 100644 --- a/engine/reference/commandline/swarm_join.md +++ b/engine/reference/commandline/swarm_join.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/swarm_leave.md b/engine/reference/commandline/swarm_leave.md index a178cb5fde..b481eedc7c 100644 --- a/engine/reference/commandline/swarm_leave.md +++ b/engine/reference/commandline/swarm_leave.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/swarm_unlock-key.md b/engine/reference/commandline/swarm_unlock-key.md index d67936f149..b85aeb3bd5 100644 --- a/engine/reference/commandline/swarm_unlock-key.md +++ b/engine/reference/commandline/swarm_unlock-key.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/swarm_unlock.md b/engine/reference/commandline/swarm_unlock.md index 45841b9b0d..df86f110a8 100644 --- a/engine/reference/commandline/swarm_unlock.md +++ b/engine/reference/commandline/swarm_unlock.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/swarm_update.md b/engine/reference/commandline/swarm_update.md index abc0d2f7fa..23c8275794 100644 --- a/engine/reference/commandline/swarm_update.md +++ b/engine/reference/commandline/swarm_update.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/system.md b/engine/reference/commandline/system.md index 4e5a940e14..b53181e119 100644 --- a/engine/reference/commandline/system.md +++ b/engine/reference/commandline/system.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/system_df.md b/engine/reference/commandline/system_df.md index 221c8b92e8..988c89cf37 100644 --- a/engine/reference/commandline/system_df.md +++ b/engine/reference/commandline/system_df.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/system_events.md b/engine/reference/commandline/system_events.md index 90395ec29e..e9f154f6c2 100644 --- a/engine/reference/commandline/system_events.md +++ b/engine/reference/commandline/system_events.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/system_info.md b/engine/reference/commandline/system_info.md index a1c4acba09..7bbea2f652 100644 --- a/engine/reference/commandline/system_info.md +++ b/engine/reference/commandline/system_info.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/system_prune.md b/engine/reference/commandline/system_prune.md index 2f157ce279..68c64b6c6c 100644 --- a/engine/reference/commandline/system_prune.md +++ b/engine/reference/commandline/system_prune.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/tag.md b/engine/reference/commandline/tag.md index 8077356d5c..71d19582dd 100644 --- a/engine/reference/commandline/tag.md +++ b/engine/reference/commandline/tag.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/top.md b/engine/reference/commandline/top.md index ec1951798a..5b4b194c10 100644 --- a/engine/reference/commandline/top.md +++ b/engine/reference/commandline/top.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/unpause.md b/engine/reference/commandline/unpause.md index 0c73488832..d142a43e90 100644 --- a/engine/reference/commandline/unpause.md +++ b/engine/reference/commandline/unpause.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/update.md b/engine/reference/commandline/update.md index a4f4674c1d..b629b88bb7 100644 --- a/engine/reference/commandline/update.md +++ b/engine/reference/commandline/update.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/version.md b/engine/reference/commandline/version.md index 7a16e0cc0c..266866dc7b 100644 --- a/engine/reference/commandline/version.md +++ b/engine/reference/commandline/version.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/volume.md b/engine/reference/commandline/volume.md index fc9f7fbcd9..88023de97f 100644 --- a/engine/reference/commandline/volume.md +++ b/engine/reference/commandline/volume.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/volume_create.md b/engine/reference/commandline/volume_create.md index 6c43346e07..9dfe7caa10 100644 --- a/engine/reference/commandline/volume_create.md +++ b/engine/reference/commandline/volume_create.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/volume_inspect.md b/engine/reference/commandline/volume_inspect.md index b91f8322c6..5d34ba7cf2 100644 --- a/engine/reference/commandline/volume_inspect.md +++ b/engine/reference/commandline/volume_inspect.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/volume_ls.md b/engine/reference/commandline/volume_ls.md index 0b68e1be14..233bf2924a 100644 --- a/engine/reference/commandline/volume_ls.md +++ b/engine/reference/commandline/volume_ls.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/volume_prune.md b/engine/reference/commandline/volume_prune.md index ddf4894185..2b1f7b5686 100644 --- a/engine/reference/commandline/volume_prune.md +++ b/engine/reference/commandline/volume_prune.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/volume_rm.md b/engine/reference/commandline/volume_rm.md index d6a252a9a3..2efa6fa6f3 100644 --- a/engine/reference/commandline/volume_rm.md +++ b/engine/reference/commandline/volume_rm.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %} diff --git a/engine/reference/commandline/wait.md b/engine/reference/commandline/wait.md index fcee457237..59c8031339 100644 --- a/engine/reference/commandline/wait.md +++ b/engine/reference/commandline/wait.md @@ -9,7 +9,7 @@ Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: -https://www.github.com/moby/moby +https://www.github.com/docker/cli --> {% if page.datafolder contains '-edge' %}