mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +08:00
Merge pull request #1684 from QiWang19/deviceman
Explain the device format in man pages
This commit is contained in:
@ -178,7 +178,7 @@ Override the key sequence for detaching a container. Format is a single characte
|
|||||||
|
|
||||||
**--device**=[]
|
**--device**=[]
|
||||||
|
|
||||||
Add a host device to the container (e.g. --device=/dev/sdc:/dev/xvdc:rwm)
|
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)
|
||||||
|
|
||||||
**--device-read-bps**=[]
|
**--device-read-bps**=[]
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@ Override the key sequence for detaching a container. Format is a single characte
|
|||||||
|
|
||||||
**--device**=[]
|
**--device**=[]
|
||||||
|
|
||||||
Add a host device to the container (e.g. --device=/dev/sdc:/dev/xvdc:rwm)
|
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)
|
||||||
|
|
||||||
**--device-read-bps**=[]
|
**--device-read-bps**=[]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user