* Add a note about `ping` when using `qemu`
Signed-off-by: David Scott <dave.scott@docker.com>
* Minor update
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Add Docker Desktop for Apple Silicon RC 2
The headline feature is the fix for inter-container HTTP and HTTPS.
Signed-off-by: David Scott <dave.scott@docker.com>
* Update RC 2 build, incorporate suggestions from Stephen
Signed-off-by: David Scott <dave.scott@docker.com>
* Update docker-for-mac/apple-m1.md
Bump the release date for Apple Silicon RC 2
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Dieu Cao <1187097+dieucao@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Stephen Turner <stephen.turner@docker.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Dieu Cao <1187097+dieucao@users.noreply.github.com>
Co-authored-by: Stephen Turner <stephen.turner@docker.com>
* Update M1 page to include details on the new RC
Signed-off-by: David Scott <dave.scott@docker.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Use "Apple Silicon" rather than "M1"
Since "Apple Silicon" refers to the current "M1" chips and future chips.
Signed-off-by: David Scott <dave.scott@docker.com>
* Add note about the Apple Silicon RC being an RC
Also use a consistent description inside the link to docker/for-mac.
Signed-off-by: David Scott <dave.scott@docker.com>
* Delete the link and description of the old Apple Silicon build
Signed-off-by: David Scott <dave.scott@docker.com>
* Update the "Feedback" section at the bottom of the Apple Silicon page
Signed-off-by: David Scott <dave.scott@docker.com>
* More Apple Silicon suggestions from Stephen
Signed-off-by: David Scott <dave.scott@docker.com>
* Update Apple Silicon RC build to include new compose CLI
Signed-off-by: David Scott <dave.scott@docker.com>
* Don't mention virtualization.framework twice
Signed-off-by: David Scott <dave.scott@docker.com>
* Remove "hopeful" language to avoid making what seem like promises
Signed-off-by: David Scott <dave.scott@docker.com>
* Minor style updates
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This started as a "fix some links", but reading the section, I found various
issues that could use some improvement. After that, I noticed that both the
Windows and Mac pages had the same content, so I moved this to a common page
instead.
Note that there's still additional information that should likely be included
(and perhaps a rewrite into "per topic" headings (containers, images, ...).
Things that are missing;
- backup/restore swarmkit configs
- backup/restore swarmkit secrets
- backup/restore CLI configuration, trust data etc.
What I did in this pull request:
- recommend pushing images to Docker Hub as the default approach to back up
images (but kept `docker image save` as an alternative)
- recommend `docker container commit` to save containers to an image, as doing
so preserves both the container's configuration _and_ filesystem changes.
`docker container export` only preserves the filesystem, but all other
configuration is lost, which makes it hard to restore a container from it.
Using `docker container commit` (committing the container to an image) also
allows to follow the same procedure to backup containers as for images
(both allowing them to be pushed to a registry, or to a file).
- added some information about "wether or not" containers should be backed
up, as it may not be needed to back up containers if all data is stored
in volumes (best practice).
- added some warnings regarding "sensitive data" (environment variables),
and links to making repositories private before pushing.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Update release-notes.md
Copy the note about what to do if you are on 3.2.0 into the 3.2.1 release notes too, because it will be more visible there.
* Minor update
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Release notes for Docker Desktop 3.2.1
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
* Changes from review
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
* Release 3.2.1 already has the fix, remove one sentence
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
* Document how to upgrade the kubernetes cluster
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* Minor style update
* Minor style update
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Another public Apple M1 Tech Preview
Signed-off-by: David Scott <dave.scott@docker.com>
* Update the M1 tech preview build
Signed-off-by: David Scott <dave.scott@docker.com>
* osxfs now works in the M1 tech preview.
Signed-off-by: David Scott <dave.scott@docker.com>
* The "Restart" menu option in the M1 tech preview works
It might have worked in the previous build, but include it in the fixes
list just in case.
Signed-off-by: David Scott <dave.scott@docker.com>
* Add missing full stops for consistency in the M1 preview page
Signed-off-by: David Scott <dave.scott@docker.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Release notes for desktop 3.1.0
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Removed already fixed items, added experimental mention
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Move Debian / GPU entries in NEW category
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Typo
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Added details about UI reliability issues, added mention to the diags UI
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Nits
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Updated to fix some nits
* Updated to fix minor issues
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Removed a bullet point in the 3.0.0 release notes where we claimed to have fixed a bug, because it later turned out that it wasn't fully fixed and we even added it to the Known Issues in the same release notes!
* Add docs for Vuln scanning and troubleshoot updates
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Add new section on Desktop support
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Fix review comments and add support section for Windows
* Replace existing screenshots with optimized versions
This topic was removed in 9bebb666d9
We may want to add back the part describing sharing sshagent somewhere,
which is not really a feature related to osxfs. Also, some generic
description about file sharing (permissions, syncing) should probably
be added back.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
We used to have this limitation when we were mounting host filesystems
under / in the docker namespace. We now mount under `/host_mnt` like on
Windows so this limitation nolonger applies.
Signed-off-by: David Scott <dave.scott@docker.com>