Auto generated by spf13/cobra
lxc-profile-device-add - Add devices to containers or profiles
lxc profile device add [:] [key=value...] [flags]
Description:
Add devices to containers or profiles
--debug[=false] |
Show all debug messages | ||
--force-local[=false] |
Force using the local unix socket | ||
-h, --help[=false] |
Print help | ||
-v, --verbose[=false] |
Show all information messages | ||
--version[=false] |
Print version number |
lxc config
device add [<remote>:]container1 <device-name>
disk source=/share/c1 path=opt
Will mount the host’s /share/c1 onto /opt in the
container.
lxc-profile-device(1)
23-Nov-2018 Auto generated by spf13/cobra