[lxc-devel] [lxd/master] Update containers.md

techtonik on Github lxc-bot at linuxcontainers.org
Wed Jul 12 11:06:45 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 355 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170712/d2cebf3c/attachment.bin>
-------------- next part --------------
From 140c07d199ae09ca37d6e294d9a7fc66b7503571 Mon Sep 17 00:00:00 2001
From: anatoly techtonik <techtonik at gmail.com>
Date: Wed, 12 Jul 2017 14:06:34 +0300
Subject: [PATCH] Update containers.md

Link to full descriptions and fill missing USB and GPU
---
 doc/containers.md | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/doc/containers.md b/doc/containers.md
index 025dff5e5..9705c2ea4 100644
--- a/doc/containers.md
+++ b/doc/containers.md
@@ -138,11 +138,16 @@ LXD supports the following device types:
 
 ID (database)   | Name          | Description
 :--             | :--           | :--
-0               | none          | Inheritance blocker
-1               | nic           | Network interface
-2               | disk          | Mountpoint inside the container
-3               | unix-char     | Unix character device
-4               | unix-block    | Unix block device
+0               | [none](#type-none)  | Inheritance blocker
+1               | [nic](#type-nic)        | Network interface
+2               | [disk](#type-disk)          | Mountpoint inside the container
+3               | [unix-char](#type-unix-char)     | Unix character device
+4               | [unix-block](#type-unix-block)    | Unix block device
+?               | [unix-usb](#type-usb)    |
+?               | [unix-gpu](#type-gpu)    |
+
+
+
 
 ### Type: none
 A none type device doesn't have any property and doesn't create anything inside the container.


More information about the lxc-devel mailing list