]> @LXC_GENERATE_DATE@ lxc-device 1 lxc-device 実行中のコンテナのデバイスの管理 lxc-device -h -n name add DEVICE NAME <!-- Description -->説明 lxc-device は実行中のコンテナのデバイスを管理します. <!-- Options -->オプション コマンドのヘルプを表示します. 対象のコンテナの名前 実行するアクション.現時点では 'add' のみ指定できます. コンテナに追加するデバイス. /dev 以下のデバイスのパスかネットワークインターフェース名を指定できます. コンテナ内でのデバイスの名前 <!-- Examples -->例 lxc-device -n p1 add /dev/video0 コンテナ p1 内に,ホスト上でマッチするデバイスに基づいて /dev/video0 デバイスを作製します. lxc-device -n p1 add eth0 eth1 eth0 をホストから p1 内の eth1 に移動します. &seealso; <!-- Author -->作者 Stéphane Graber stgraber@ubuntu.com