David Karlsson
dcc8761468
Merge pull request #19634 from danielramirez0/patch-1
...
Update volumes.md
2024-06-12 16:15:05 +02:00
David Karlsson
69d375a480
build: consolidate building best practices
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-07 17:38:12 +02:00
David Karlsson
c6b91c8db1
chore: removed unused media files
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-20 18:59:32 +02:00
David Karlsson
6147ebe31a
storage: tmpfs-size default value
...
The default maximum size for tmpfs volumes is 50% of RAM
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-13 17:00:48 +02:00
Allie Sadler
8f1150e24b
ENGDOCS-2079 ( #19939 )
...
* ENGDOCS-2079
* Fix links
* Fix links
* Fix links
* Fix links
2024-05-01 13:53:07 +01:00
David Karlsson
ccb50a8467
hugo: add tags
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-23 10:47:54 +02:00
Daniel Ramirez
5e6d7b44ea
Update volumes.md
...
[CORRECTION] --volume-driver <type> is ignored when using --mount. Updated instruction code to fix.
2024-03-14 15:10:24 -07:00
Adeleke Akinade
e48bff57b0
Fix typos in the btrfs-driver page.
2024-02-28 19:33:12 +00:00
Adeleke Akinade
f7f355e596
Fix typos in the Storage Driver page.
2024-02-26 00:04:17 +00:00
Adeleke Akinade
7c1d6816c8
Fix typo in the Storage Overview page ( #19466 )
2024-02-23 10:52:42 -08:00
David Karlsson
f3b44a4476
cli: change reference docs url paths
...
Moves the reference documentation to a new subpath, from /engine/ to /reference/
2024-02-21 10:25:53 +01:00
David Karlsson
0d4487f168
storage: clarify that anonymous volumes arent reused
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 12:55:36 +01:00
Allie Sadler
f1cdb98a83
ENGDOCS-1931 ( #19081 )
...
* ENGDOCS-1931
* format fixes
* PM review
* SME review and update screenshot
* more review edits
* more review edits
2024-01-25 16:11:28 +00:00
Sebastiaan van Stijn
99aae24a1d
engine: remove devicemapper from storage-driver selection page
...
The devicemapper storage-driver has been removed in Docker Engine v25; mark
the driver as removed, and remove mentions of it in the storage driver selection
page.
The devicemapper storage driver page itself is kept for now, to make the
deprecation banner on that page more discoverable, and because some
packagers still provide Docker Engine 23.0 as an LTS version, so users may
migrate from 23.0 to newer versions.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-19 22:41:51 +01:00
Sebastiaan van Stijn
8a7d8e3a1d
Merge pull request #18669 from dvdksn/recursive-ro-bind-mounts
...
engine: add recursive bind mounts
2024-01-19 15:23:51 +01:00
Adama
f393cd8018
Update tmpfs.md
...
To specify the real flag "--tmpfs" used for the example tab. So we avoid the confusion with volume.
Hope that is helpful
2024-01-16 14:35:50 +00:00
David Karlsson
052f261c6a
storage: anonymous volumes are ephemeral with --rm
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-29 10:43:31 +01:00
David Karlsson
8cf0694f2c
storage: improve formatting, mount types overview
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-29 10:26:19 +01:00
David Karlsson
31a16f1da2
storage(storagedrivers): q4 tier 1 refresh
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-19 17:45:37 +01:00
Sebastiaan van Stijn
c3cad2a3fd
storage-drivers: add warning about devicemapper deprecation
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-12-13 10:27:43 +01:00
David Karlsson
bfa15b3fc3
engine: fix broken link to moby source code
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-27 09:57:28 +01:00
David Karlsson
2d55baca25
engine: add recursive bind mounts
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-22 14:36:28 +01:00
Allie Sadler
c7df570f30
resize images ( #18588 )
2023-11-06 09:27:43 +00:00
David Karlsson
1fdb2e77d4
fix: broken glob path for lint job
...
Linting was only running on a subset of our Markdown files in `content`.
This change fixes the glob path, and adds appropriate exclude paths.
Because the glob pattern was incorrect before, we had lots of files that
didn't comply with the linting rules. This commit also fixes those
issues.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-04 10:50:02 +01:00
Allie Sadler
f8ee348b98
refresh diagrams ( #18567 )
...
* refresh diagrams
* fix build
* tweaks to images
* remove old images
* review fixes
2023-11-03 10:23:34 +00:00
Yachika9925
b98c9d4a5c
Update volumes.md
...
fixes #18503
2023-10-25 19:39:00 +05:30
Allie Sadler
c0e64d8116
ENGDOCS-1744 ( #18491 )
...
* ENGDOCS-1744
* tweak
2023-10-24 09:17:51 +01:00
David Karlsson
15e9e1e694
hugo: run migration script
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:42:25 +02:00
David Karlsson
a0d21ade2f
migrate to hugo
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:41:02 +02:00