From bc7ab3cdf25a9a2e24851aa09907f1afa06d3d6b Mon Sep 17 00:00:00 2001 From: Peeyush Gupta Date: Wed, 1 Jul 2015 16:07:39 +0530 Subject: [PATCH] Fixing the table rendering in reference/run.md Signed-off-by: Peeyush Gupta Upstream-commit: 7277df6cee722b91cfc4799474ce242938807681 Component: cli --- components/cli/docs/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/reference/run.md b/components/cli/docs/reference/run.md index ba8e60721b..b7a63440e8 100644 --- a/components/cli/docs/reference/run.md +++ b/components/cli/docs/reference/run.md @@ -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. | Capability Key | Capability Description | -| :----------------- | :---------------| :-------------------- | +| -------------- | ---------------------- | | SETPCAP | Modify process capabilities. | | SYS_MODULE| Load and unload kernel modules. | | SYS_RAWIO | Perform I/O port operations (iopl(2) and ioperm(2)). |