You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: storage/docs/containers-storage.conf.5.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ No bare options are used. The format of TOML can be simplified to:
27
27
The `storage` table supports the following options:
28
28
29
29
**driver**=""
30
-
Copy On Write (COW) container storage driver. Valid drivers are "overlay", "vfs", "aufs", "btrfs", and "zfs". Some drivers (for example, "zfs", "btrfs", and "aufs") may not work if your kernel lacks support for the filesystem.
30
+
Copy On Write (COW) container storage driver. Valid drivers are "overlay", "vfs", "btrfs", and "zfs". Some drivers (for example, "zfs"and "btrfs") may not work if your kernel lacks support for the filesystem.
31
31
This field is required to guarantee proper operation.
32
32
Valid rootless drivers are "btrfs", "overlay", and "vfs".
33
33
Rootless users default to the driver defined in the system configuration when possible.
@@ -145,13 +145,6 @@ The `storage.options.pull_options` table supports the following keys:
145
145
146
146
This is a "string bool": "false"|"true" (cannot be native TOML boolean)
147
147
148
-
### STORAGE OPTIONS FOR AUFS TABLE
149
-
150
-
The `storage.options.aufs` table supports the following options:
151
-
152
-
**mountopt**=""
153
-
Comma separated list of default options to be used to mount container images. Suggested value "nodev". Mount options are documented in the mount(8) man page.
154
-
155
148
### STORAGE OPTIONS FOR BTRFS TABLE
156
149
157
150
The `storage.options.btrfs` table supports the following options:
@@ -210,7 +203,7 @@ attribute permissions to processes within containers rather than the
210
203
for mounting the file system. In rootless mode, without the CAP_SYS_ADMIN
211
204
capability, many kernels prevent mounting of overlay file systems, requiring
212
205
you to specify a mount_program. The mount_program option is also required on
213
-
systems where the underlying storage is btrfs, aufs, zfs, overlay, or ecryptfs
206
+
systems where the underlying storage is btrfs, zfs, overlay, or ecryptfs
0 commit comments