Commit Graph

10 Commits

Author SHA1 Message Date
Allie Sadler 0035868d2b
Engdocs 1428 (#17506)
* Desktop meta descriptions

* compose meta descriptions

* checks
2023-06-09 08:39:23 +01:00
Marti Raudsepp bad333f36c
Fix links on 'Back up and restore data' page (#17193)
* Fix link on 'Back up and restore data' page

* Fix 'docker pull' link as well
2023-04-26 14:42:23 +01:00
Allie Sadler 3b8f678015
ENGDOCS-1261 (#16899)
* ENGDOCS-1261

* edit create

* edit manage

* edit access

* move content around

* tweaks

* fix build

* fix build again

* review edits

* review edits
2023-03-16 12:08:23 +00:00
Usha Mandya d3314f86b1 Update Volumes, fix navigation
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-10-26 10:57:31 +01:00
jerae-duffin 7eb41a7ef7
Engdocs 1031 (#15747)
* revised repositories
2022-09-29 15:15:10 -05:00
Allie Sadler cb777edea9
step fix (#14941) 2022-06-14 13:30:43 +01:00
Allie Sadler 2726924ba5
align back up and restore page with style guide (#14931) 2022-06-13 16:16:21 +01:00
Sebastiaan van Stijn 346a066b68
Desktop: move "docker-for-windows" to "desktop/windows"
Unifying all content related to Docker Desktop to be withing the desktop
directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-14 13:28:15 +02:00
Sebastiaan van Stijn d0bf342e52
Desktop: move "docker-for-mac" to "desktop/mac"
Unifying all content related to Docker Desktop to be withing the desktop
directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-14 13:07:41 +02:00
Sebastiaan van Stijn 203a4ee74b
Rewrite "save and restore data" section
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>
2021-03-09 12:23:32 +01:00