This patch:
- moves the kitematic, machine, and toolbox stubs to a "deprecated"
directory (to remove clutter at the root of the repository)
- adds "redirect_to" to each of them to redirect them to the Docker Desktop
homepage
- removes the "superseded projects" from the TOC
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The UpdateRepository endpoint in the Hub API does not have the ability
to set a repository's privacy. This removes mention of the field
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
The compose cli reference section contained links to all compose
commands, but all of them were redirects to the "compose" section
in the Docker CLI reference.
This patch:
- removes the duplicated navigation
- changes the Docker Compose CLI reference section into a link to
the new location
- moves the "overview" and "environment variables" pages inside
the new section (this page should possibly be merged into the
CLI overview, which lists all environment variables).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Clarify windows containers availability
* Update install.md
Add Windows 11 to the list and remove Windows Server editions as these are not supported.
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* network/proxy: add a note pointing at docker engine and Docker Desktop
The title is "Configure Docker to use a proxy server" which is generic
and implies this is the page which describes everything.
However the scope of the instructions is limited to containers:
> If your container needs to use an HTTP, ...
There are other HTTP proxy cases, for example
- for Docker Desktop to log into Docker
- for pulling and pushing containers
- for docker scan
Add a note at the top of this page to clarify the scope and link to
instructions for other cases.
Signed-off-by: David Scott <dave.scott@docker.com>
* Apply suggestions from code review
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Update proxy.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* desktop proxies: clarify situation on Mac and Windows
1. there are multiple different places proxies are configured
(unfortunately)
2. there are behaviour differences between Mac and Windows (currently
Mac performs transparent proxying but Windows does not)
3. rather than manually setting environment variables for containers we
should use the CLI's new config.json support.
Signed-off-by: David Scott <dave.scott@docker.com>
* Apply suggestions from code review
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update index.md
* Update index.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
These capabilities were reverted in a38b96b8cd,
because the version of containerd and runc that shipped together with
docker 20.10.0 did not support them.
Current versions of containerd and runc support these, so possibly we can
include them again in a patch release, but otherwise support will come in
the next (22.06) release of docker engine.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>