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: docs/buildah-bud.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ value can be entered. The password is entered without echo.
176
176
177
177
**--device**=*device*
178
178
179
-
Add a host device to the container. The format is `<device-on-host>[:<device-on-container>][:<permissions>]` (e.g. --device=/dev/sdc:/dev/xvdc:rwm)
179
+
Add a host device or devices under a directory to the container. The format is `<device-on-host>[:<device-on-container>][:<permissions>]` (e.g. --device=/dev/sdc:/dev/xvdc:rwm)
180
180
181
181
**--disable-compression, -D**
182
182
Don't compress filesystem layers when building the image unless it is required
Copy file name to clipboardExpand all lines: docs/buildah-from.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ value can be entered. The password is entered without echo.
173
173
174
174
**--device**=*device*
175
175
176
-
Add a host device to the container. The format is `<device-on-host>[:<device-on-container>][:<permissions>]` (e.g. --device=/dev/sdc:/dev/xvdc:rwm)
176
+
Add a host device or devices under a directory to the container. The format is `<device-on-host>[:<device-on-container>][:<permissions>]` (e.g. --device=/dev/sdc:/dev/xvdc:rwm)
0 commit comments