Commit Graph

31 Commits

Author SHA1 Message Date
Atiab Bin Zakaria d7b8ada736
Replace backtick with apostrophe in `/storage/volumes.md` (#14930) 2022-06-13 16:19:11 +01:00
freemankevin eaab1382be
Supplement the'$' identifier 2021-12-23 10:56:33 +08:00
Adisa Malik 309ebe05e8
Update inaccurate section headers for backing up/restoring volumes (#13860)
* Change section headers for backing up/restoring volumes to use "volume" instead of "container"

The section headers "Backup a container" and "Restore container from backup" are used as headers for sections that are actually about backing up and restoring volumes.

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-11-19 14:37:46 +00:00
Nicolaj Græsholt 8b618a6795
Add anonymous volumes autoremove info (#13471)
* Add anonymous volumes autoremove info

Anonymous volumes aren't removed if another container adopts them with `--volumes-from`, see: https://github.com/docker/docker.github.io/issues/13435

* Format Note

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-10-08 12:07:29 +01:00
Typing Turtle c1a35e1ba0
Minor `read-only` clarification (#13521)
* Minor `read-only` clarification

## Why

It was not obvious to me that `ro` is the shorthand form of `readonly`.

## Description

This adds a bit of text to explicitly state that `ro` is the shorthand form of `readonly` when using volumes

* Update storage/volumes.md

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-10-04 10:50:21 +01:00
Sebastiaan van Stijn 1583678203
Add missing code-hints, and minor markdown edits
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
  put in separate blocks. With the "console" code-hint, this
  is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
  numbered-list to be interrupted.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-16 12:59:23 +02:00
Sebastiaan van Stijn 4afcaf3b2d
storage: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:20 +02:00
bizmate 80974031b6 Adding usage of CIFS mounts so it is clear how to connect to a Samba share also by using hostnames. 2021-02-10 09:00:29 +00:00
Sebastiaan van Stijn 3a794b3197
(temporarily) replace compose-file deep links to v3 docs
The documentation curently doesn't contain reference docs for the
unified (version-less) compose-file syntax, so for now replacing
all links to point to the v3 compose-file reference, which is still
present.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-07 14:21:37 +01:00
aliray 9a416422b5
command error
"volume-opt=o=10.0.0.10,rw,nfsvers=4,async" should be  "volume-opt=o=addr=10.0.0.10,rw,nfsvers=4,async"
2020-11-06 18:51:23 +08:00
Daido Shota 2cb92e074f
Fix broken links in storage/volumes.md 2020-10-31 22:39:52 +09:00
Sebastiaan van Stijn 2ce808edc0
Remove references to obsolete engine versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-26 15:45:07 +01:00
David Scott 1cfabd89e4 storage: mention volumes in compose and link to compose docs
Signed-off-by: David Scott <dave.scott@docker.com>
2020-10-19 11:43:55 +01:00
David Scott 4f181a683f volumes: mention Desktop-specific benefits
Signed-off-by: David Scott <dave.scott@docker.com>
2020-10-19 11:20:20 +01:00
jureaky cdee2dd67c
Fix wrong device path in NFSv4 volume example (#10429)
In section Create a service which creates an NFS volume,
NFSv3 command states right device path(:/var/docker-nfs),
but NFSv4 command is not configured to refer that path.
So updated the path.
2020-03-31 17:13:08 +01:00
谭九鼎 8bf6e38700
Chore: Fix indentation 2020-03-07 21:13:11 +08:00
linchiwei123 7cb5de0743 make things clear (#9228) 2019-08-16 11:34:26 +01:00
Nathan Jones 798a7b1944 Added link to 3rd party volume driver plugins (#8932)
Added link to 3rd party volume driver plugins
2019-07-29 16:48:03 +01:00
Hoang 0602e4c354 Update volumes.md (#8842) 2019-05-25 12:18:18 -07:00
Lars Gyrup Brink Nielsen bb659a656e docs: fix typo in removal of named volumes (#8686) 2019-04-22 18:52:20 -06:00
Maria Bermudez eb6aa08e8a
Fix service name 2019-03-15 15:16:59 -07:00
Maria Bermudez 66dda9ef20
Add NFS example 2019-03-15 15:15:37 -07:00
Nathan Jones 00e913e648
NFS volume with service create
Added example. There aren't many good examples using NFS with service create in the docs and this is a common customer question.
2018-10-11 16:04:08 -04:00
Shuang Wang e49e519453
Update volumes.md 2018-08-26 13:40:06 +09:00
Gwendolynne Barr 8c590de615
Restore vol restore docs (#6721) 2018-05-18 12:01:31 -07:00
Trapier Marshall 927844cac4 move mount csv note from services to volumes (#6568) 2018-04-27 09:50:19 -07:00
Trapier Marshall 45350ed397 clarify independence of volume lifecycle (#6563) 2018-04-27 09:44:21 -07:00
Joao Fernandes 572869c3a1 Fix typos, address feedback 2018-04-06 13:51:29 -07:00
Joao Fernandes f8d8a6bbd3 Add context about storage drivers 2018-04-06 13:51:29 -07:00
Joao Fernandes 15e7fd6a40 Fix 404 2018-03-26 16:25:07 -07:00
Misty Stanley-Jones ad80c3de5f
Move storage docs into /storage (#5884) 2018-01-31 16:16:51 -08:00