Commit Graph

105 Commits

Author SHA1 Message Date
wood-push-melon 6c2a64086e
Correct the typo 2021-10-10 20:15:54 +08:00
Sebastiaan van Stijn 173d3c65f8
fix broken (anchor) links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-13 15:07:49 +02:00
anujajakhade b781519e18 Updated docs for s390x for latest version
Signed-off-by: Anuja Jakhade <anujajakhade@gmail.com>
2021-08-20 04:36:10 +00: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
Sebastiaan van Stijn f5e49b158b
rewrite storage-driver section
- Reduce use of "Community Edition", and some sections that were written
  for Docker Enterprise.
- Add notes about deprecation of AuFS in the overview.
- Update the storage driver index page to use BuildKit, and rephrase some
  bits that made assumptions about each Dockerfile instruction producing
  a new layer.
- Updated some examples to be usable on Docker Desktop, which does not
  provide direct access to the daemon's storage directoreis.
- Add some notes linking to relevant sections about formatting output.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 15:45:39 +02:00
Nirman Narang 055e6fd68a
DOCS: Added support for arch s390x for Ubuntu, RHEL and SLES
Added .md files for SLES and RHEL engine installation. Added indexing to _data/toc.yaml and engine/install/index.md. Modified engine/install/index.md, includes/install-script.md, engine/security/rootless.md, storage/storagedriver/device-mapper-driver.md, and storage/storagedriver/select-storage-driver.md to add info for added RHEL and SLES support. Modified engine/install/ubuntu.md to add s390x repos and other info. Added tab target for RHEL and SLES to engine/security/rootless.md along with other info.

Signed-off-by: Nirman Narang <narang@us.ibm.com>
2021-08-05 19:48:09 +02:00
Sebastiaan van Stijn e22984f7d4
use Dockerfile "syntax" directive in examples
BuildKit allows using alternative Dockerfile syntaxes to introduce new features
without having to update Docker itself. The general recommendation is to always
specify a "syntax" directive in a Dockerfile, so that (if needed) older versions
of Docker can download the correct syntax to build the Dockerfile.

This updates our examples to include a syntax directive, to make users more familiar
with these directives, and to illustrate best-pracitces in our documentation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 10:19:12 +02:00
Sebastiaan van Stijn d95a4266ff
replace "output truncated" with special <...> (supported by "rouge")
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-02 15:02:21 +01:00
Lee Dale 96a4e1a430
Remove broken version based link to source. (#12328)
* Remove broken version based link to source.

Link to source container version based link that was broken. Propose to use non version based link.

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-02-19 15:03:02 +01:00
Akihiro Suda 1976c2178c
v20.10 docs for cgroup v2 and rootless
* Docker now supports cgroup v2 (both rootful and rootless)
* Rootless mode graduated from experimental
* New storage driver: fuse-overlayfs

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-11-12 12:47:16 +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
mrl5 9242ec4525
docker/docker.github.io#11576 fixed keywords for storage/storagedriver 2020-10-19 21:17:30 +02:00
Sebastiaan van Stijn 393d3f6566
Add rel="noopener" to external links
See https://web.dev/external-anchors-use-rel-noopener/

Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-12 13:09:30 +02:00
jeffw387 f68b5bef8c
Update zfs-driver.md
Typo/misspelling
2020-09-22 20:48:12 -07:00
Tega Agbanagba 673872887a
Update index.md 2020-09-14 21:13:36 +01:00
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 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
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
Nikita Potapenko 578cd24e37
Update devicemapper path 2019-09-16 15:18:26 +03: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
Philipp f841aa6618 Update zfs-driver.md (#8735)
* Update zfs-driver.md

* Add suggested correction
2019-05-14 18:20:12 -07: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
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 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