1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fixing the table rendering in reference/run.md

Signed-off-by: Peeyush Gupta <gpeeyush@linux.vnet.ibm.com>
This commit is contained in:
Peeyush Gupta 2015-07-01 16:07:39 +05:30
parent bb2cd98b28
commit 636ec6383b

View file

@ -773,7 +773,7 @@ capabilities using `--cap-add` and `--cap-drop`. By default, Docker has a defaul
list of capabilities that are kept. The following table lists the Linux capability options which can be added or dropped. list of capabilities that are kept. The following table lists the Linux capability options which can be added or dropped.
| Capability Key | Capability Description | | Capability Key | Capability Description |
| :----------------- | :---------------| :-------------------- | | -------------- | ---------------------- |
| SETPCAP | Modify process capabilities. | | SETPCAP | Modify process capabilities. |
| SYS_MODULE| Load and unload kernel modules. | | SYS_MODULE| Load and unload kernel modules. |
| SYS_RAWIO | Perform I/O port operations (iopl(2) and ioperm(2)). | | SYS_RAWIO | Perform I/O port operations (iopl(2) and ioperm(2)). |