Tega Agbanagba
5bf5f94c32
Container base layer in jpg is 15.04
...
Update the release version of base layer of container image to match what's in the jpg image files.
2020-09-14 21:05:09 +01:00
Kenyon Ralph
fc40ccf269
btrfs-driver.md: remove unneeded use of sudo and cat
2020-08-12 22:48:37 -07:00
Leandro Gomez
0d2d153f7e
We should refer to the read-only layer. There's no thing as the write only layer
2020-06-29 11:06:46 -03:00
Usha Mandya
df3bd29a3e
Remove links to success articles
2020-06-05 17:14:49 +01:00
Sebastiaan van Stijn
637bf1e066
storage: use relative markdown links
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:46 +02:00
Sebastiaan van Stijn
d813acb6e1
Engine: reorganize install topic
...
- Move getting started overview to /get-started/overview/
- Move engine installation files under /engine/
- Redirect the top-level /install/ to /get-docker/
- Updated titles in left-hand navigation
- Added back some pages to the navigation that were
currently not included.
- Reduce some steps in the installation pages
- Move devicemapper prerequisites to the devicemapper
storage driver page.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 10:50:28 +02:00
Sebastiaan van Stijn
331554f4b3
Fix various links that were generating URLs with `.md` ( #10548 )
...
* Fix incorrect links in compose section
there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* engine/swarm: update links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Fix various broken links
There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-01 12:05:50 +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
Sebastiaan van Stijn
14bbe621e5
Update markdown language hints to work with "rouge"
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 14:49:51 +01:00
谭九鼎
8bf6e38700
Chore: Fix indentation
2020-03-07 21:13:11 +08:00
Dawn-Docker
3c54d2ff9c
Update toc ( #9819 )
2019-11-08 08:13:40 -08:00
Sergey Kolesnikov
806ed5f4e8
add file name to step description ( #9688 )
...
* add file name to step description
add file name to step description
* Minor grammar fix
2019-10-21 08:58:08 -07:00
Sergey Kolesnikov
246499390d
Update tmpfs.md - fix incorrect tmpfs-type option
...
Incorrect "tmpfs-type" option changed to "tmpfs-size"
2019-10-19 21:44:43 +03:00
Adam Brodziak
d5489b4462
Correct in-page link ( #9542 )
2019-10-02 16:18:30 -07:00
Nikita Potapenko
578cd24e37
Update devicemapper path
2019-09-16 15:18:26 +03: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
Olli Janatuinen
500b9b166d
Included npipe to documentation ( #7427 )
2019-07-23 08:58:41 -07:00
Dawn W Docker
9b6409c806
branding changes
...
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-11 14:42:10 -07:00
Dawn W Docker
f4dde18e07
branding changes
...
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-11 14:37:45 -07:00
paigehargrave
6759a89704
Update index.md
2019-06-11 13:58:38 -07:00
Takuya N
9ecfaf9732
Update ubuntu version and common driver on storagedriver docs ( #8746 )
...
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-05-29 22:02:00 -07:00
Hoang
0602e4c354
Update volumes.md ( #8842 )
2019-05-25 12:18:18 -07:00
Philipp
f841aa6618
Update zfs-driver.md ( #8735 )
...
* Update zfs-driver.md
* Add suggested correction
2019-05-14 18:20:12 -07:00
Wang Jie
e0df4c0934
Update tmpfs.md ( #8711 )
2019-05-07 18:14:05 -07:00
Wang Jie
c90007a548
Update bind-mounts.md ( #8696 )
2019-04-23 17:25:26 -06:00
i-need-to-tell-you-something
b7b1e03f04
Update index.md ( #8690 )
...
Fix typo - missing word.
2019-04-23 13:45:04 -06:00
Lars Gyrup Brink Nielsen
bb659a656e
docs: fix typo in removal of named volumes ( #8686 )
2019-04-22 18:52:20 -06:00
Sagar Velankar
8781ea5cbc
Remove extra which
...
Change below line
From
AUFS, which can suffer noticeable latencies when searching for files in images with many layers
To
AUFS can suffer noticeable latencies when searching for files in images with many layers
2019-04-14 21:33:44 +05:30
Sebastiaan van Stijn
21c45858b0
Fix some minor issues in vfs storage-driver section
...
- Fix mention of `storage-drivers` instead of `storage-opts`
- Repeat the selected driver in the second `daemon.json` example
- Remove mention of `CE` as this driver can be used
on Docker EE (although it's mainly intending for
debugging, so not a "supported" driver)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-27 14:52:18 +01:00
Maria Bermudez
d3afe5ed0d
Merge pull request #7495 from omegamormegil/patch-8
...
NFS volume with service create
2019-03-15 15:17:13 -07: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
Sebastiaan van Stijn
ec7e716c54
Clean up some old setup information for overlayFS
...
This removes the additional steps for old versions of Docker EE 17.06.
Current versions of Docker EE 17.06 no longer need these additional
steps.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-05 13:41:55 +01:00
L-Hudson
115ededf56
Merge pull request #8205 from dmandalidis/overlay-reword
...
Overlay driver note rewording (fixes #38695 )
2019-02-20 10:35:52 -05:00
Dimitris Mandalidis
bdc863005a
Overlay driver note rewording ( fixes #38695 )
2019-02-09 11:45:59 +02:00
Sebastiaan van Stijn
03d5b3396d
Use consistent formatting for notes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-09 00:49:57 +01:00
L-Hudson
6839b76f68
Merge pull request #6449 from DanHam/fix-device-mapper-doc
...
Fix device mapper doc
2019-01-23 15:28:43 -05:00
L-Hudson
d8c1b5c452
Update device-mapper-driver.md
...
minor editorial crx
2019-01-23 15:20:53 -05:00
Anne Henmi
dbe3c68ba5
Update device-mapper-driver.md
...
added comma
2019-01-22 16:14:09 -07:00
Sebastiaan van Stijn
7002b9c5c2
Merge pull request #8006 from thaJeztah/remove_edge_reference_docs
...
Remove edge documentation
2019-01-18 19:13:58 +01:00
Maria Bermudez
7a993f7b65
Merge pull request #6822 from lvthillo/patch-1
...
Update device-mapper-driver.md
2019-01-15 17:04:34 -08:00
Josh Sleeper
4c5b491d31
chore(typo): fix incorrect storage driver reference
2019-01-15 15:37:17 -05:00
Sebastiaan van Stijn
aae9bfc276
Rename / remove edge-related variables
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-14 22:44:58 +01:00
paigehargrave
4bc888a9c2
Update bind-mounts.md
2019-01-11 15:59:42 -05:00
paigehargrave
77077e06a3
Update index.md
2019-01-11 15:10:34 -05:00
paigehargrave
3a97eec35a
Update select-storage-driver.md
2019-01-11 14:17:16 -05:00
ada mancini
ce588a5df4
Update device-mapper-driver.md
...
callout json-file functionality when using devicemapper - json-file logs to docker dataroot not devicemapper volumes
2018-12-19 17:29:51 -05:00
Maria Bermudez
4bdcbf8ae9
Merge branch 'master' of github.com:docker/docker.github.io
2018-12-10 12:41:24 -08:00
Mark Janssen
8783864b54
Fix XFS 'ftype' option typo
...
The required XFS option is called ftype, not fstype:
```
xfs_info / | grep ftype
naming =version 2 bsize=4096 ascii-ci=0 ftype=1
```
2018-12-08 17:41:58 +01:00
Anne Henmi
14f78649ab
Merge pull request #900 from docker/mountflags-zfs-899
...
Added a note on ZFS/MountFlags=slave
2018-12-07 10:05:21 -07:00
Anne Henmi
48ce1ddfd8
Update zfs-driver.md
...
Technical review complete by @andrewhsu.
2018-12-04 12:57:04 -07:00
Anne Henmi
a5f1d88deb
Initial draft.
2018-11-30 10:15:46 -07:00
Brandon Mitchell
906a91f5ea
Data exists in stopped containers, but not removed containers
...
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2018-11-16 07:34:20 -05:00
Anne Henmi
3805b23d93
Update select-storage-driver.md
...
Fixed product naming
2018-11-13 13:20:33 -07:00
Anne Henmi
e7cbb50923
Update select-storage-driver.md
2018-11-13 12:45:59 -07:00
Maria Bermudez
3d7a90acb1
Minor edits
2018-11-13 11:05:43 -08:00
Anne Henmi
f0c93ff968
Update select-storage-driver.md
2018-11-13 11:45:01 -07:00
Anne Henmi
48f9a7e09d
Update select-storage-driver.md
2018-11-13 10:12:53 -07:00
Sebastiaan van Stijn
3b2495966a
Update "select a storage driver" with current status
...
The information on this page was a bit outdated, and
with "overlay" and "devicemapper" being phased-out, could
use some changes;
- de-emphasize "overlay", "devicemapper" and "aufs"
- split "recommended" and "alternative drivers" columns
(vfs was listed as a "recommended" driver, but definitely
is not recommended for production use).
- add notes about "overlay" and "devicemapper" being
deprecated in Docker 18.09
- some other textual changes.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-11-13 18:04:10 +01: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
Maria Bermudez
eb608ee28d
Merge branch 'master' into spelling
2018-10-04 12:18:34 -07:00
Sebastiaan van Stijn
9124018691
Merge pull request #7432 from BretFisher/patch-4
...
Correct container write layer persistence statement
2018-10-02 11:18:49 +02:00
Maria Bermudez
bc9d3a4348
Merge pull request #7430 from BretFisher/patch-2
...
Fixing link from storage drivers page to volumes page
2018-10-01 13:37:15 -07:00
Bret Fisher
261bd20697
adding oxford comma
2018-09-27 04:50:59 -04:00
Bret Fisher
95d49df03d
Correct container write layer persistence statement
...
Make it more clear that container storage file changes are persistent until the container is deleted, rather than the container stopped. This now matches statements later in the document.
2018-09-27 04:11:53 -04:00
Bret Fisher
4b39f91fb0
remove aufs "default storage driver" statements
...
In many cases, aufs is no longer the default storage driver, so just change the example to not mention the default. If you'd like it to actually state overlay2 is the default in most/some cases I can change that.
2018-09-27 04:11:47 -04:00
Bret Fisher
afaa1a174d
Fixing link to volumes
...
Link to specific volumes page rather than storage summary page.
2018-09-27 03:37:12 -04:00
Anne Henmi
3c01dfe6b2
Merge pull request #7333 from corburn/patch-1
...
Update zfs-driver.md
2018-09-26 08:45:05 -06:00
Maria Bermudez
4ede4f8558
Update overlayfs-driver.md
...
Update "referred to a" to "referred to as a"
2018-09-25 07:52:16 -07:00
Maria Bermudez
95fd472135
Update overlayfs-driver.md
...
Change "referred to a" to "referred to as a"
2018-09-25 07:40:43 -07:00
Maria Bermudez
12ece3c317
Update aufs-driver.md
...
Fix grammar
2018-09-25 07:22:19 -07:00
Maria Bermudez
bedfc702a8
Update bind-mounts.md
...
Add a comma
2018-09-25 07:21:48 -07:00
包梦江
bb3da81f62
chore(*): fix typo
2018-09-25 11:28:06 +08:00
Oscar Caballero
269c80d2d9
Spelling revision
2018-09-23 21:43:11 +02:00
Maria Bermudez
94195175bc
Merge pull request #7375 from whoan/patch-1
...
Add missing word
2018-09-20 16:06:27 -07:00
Anne Henmi
0f322438c7
Merge pull request #7263 from ptux/patch-1
...
Fix a typo in volumes.md
2018-09-18 09:55:56 -06:00
Juan Eugenio Abadie
bf3191396a
Add missing word
2018-09-16 23:02:52 -03:00
Jason Travis
d71bedf6c5
Update zfs-driver.md
2018-09-07 06:50:07 -07:00
Maria Bermudez
ab5ad46fc2
Change "re-create" to recreate
2018-08-27 16:27:22 -07:00
Maria Bermudez
fa09742e7e
Grammar fixes
2018-08-27 16:21:57 -07:00
Shuang Wang
e49e519453
Update volumes.md
2018-08-26 13:40:06 +09:00
DanHam
4f22171ec1
Fix formatting for bash commands
2018-08-25 13:07:00 +01:00
DanHam
ba6bed6f33
Commands require sudo
2018-08-25 13:07:00 +01:00
DanHam
5e56e7cd57
Run command as root user otherwise globs won't work
2018-08-25 13:06:59 +01:00
DanHam
d48551a495
Fix step required to ensure the logical volume is being monitored
2018-08-25 13:06:59 +01:00
DanHam
a2230dac45
Expand on explanation of loop-lvm mode and use as test
2018-08-25 13:06:54 +01:00
DanHam
d9182d75db
Fix a couple of typos
2018-08-25 12:59:29 +01:00
Tammy Fox
0dc69fc7d9
Merge pull request #7077 from xiaonanln/patch-1
...
Update tmpfs.md: fix Docker -> docker in command
2018-08-02 23:13:32 -04:00
Cameron Steffen
f546d6b217
fix grammar
2018-07-29 18:22:26 -05:00
Seis
bdddc9f7c1
Update tmpfs.md
2018-07-23 12:10:56 +08:00
Tammy Fox
e6ccb686b4
Merge pull request #6986 from docker/clarify-devicemapper
...
clarify devicemapper per issue #6967
2018-07-18 20:47:09 -04:00
Tammy Fox
a64b0f75a3
clarify devicemapper per issue #6967
2018-07-03 22:21:14 -04:00
Steven Conaway
15fa95550b
Fix typo
2018-07-03 11:44:37 -07:00
fireman777
5596b4fdca
Update vfs-driver.md
...
edited:
/var/lib/docker/dir/ => /var/lib/docker/vfs/dir/
2018-06-15 16:20:32 -07:00
Lorenz Vanthillo
b9cd9ea58a
Update device-mapper-driver.md
2018-06-05 19:34:37 +02:00
Gwendolynne Barr
8c590de615
Restore vol restore docs ( #6721 )
2018-05-18 12:01:31 -07:00
Trapier Marshall
e1f3dbe962
overlayfs supported as of rhel 3.10.0-514 ( #6623 )
2018-05-03 07:11:14 -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