(lxc_profile_device_add.md)=
# `lxc profile device add`

Add instance devices

## Synopsis

Description:
  Add instance devices



```
lxc profile device add [<remote>:]<profile> <device> <type> [key=value...] [flags]
```

## Examples

```
  lxc profile device add [<remote>:]profile1 <device-name> disk source=/share/c1 path=/opt
      Will mount the host's /share/c1 onto /opt in the instance.

  lxc profile device add [<remote>:]profile1 <device-name> disk pool=some-pool source=some-volume path=/opt
      Will mount the some-volume volume on some-pool onto /opt in the instance.
```

## Options inherited from parent commands

```
      --debug          Show all debug messages
      --force-local    Force using the local unix socket
  -h, --help           Print help
      --project        Override the source project
  -q, --quiet          Don't show progress information
      --sub-commands   Use with help or --help to view sub-commands
  -v, --verbose        Show all information messages
      --version        Print version number
```

## SEE ALSO

* [lxc profile device](lxc_profile_device.md)	 - Manage devices

