Skip to content

Commit 8799c1e

Browse files
committed
docs/reference: use correct whitespace in markdown table
Signed-off-by: Stephen Day <stephen.day@docker.com>
1 parent 87bd0bb commit 8799c1e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/reference/commandline/container_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Create a new container
104104
| `--tmpfs` | `list` | | Mount a tmpfs directory |
105105
| `-t`, `--tty` | `bool` | | Allocate a pseudo-TTY |
106106
| `--ulimit` | `ulimit` | | Ulimit options |
107-
| `--use-docker-socket` | `bool` | | Bind mount docker socket and required auth
107+
| `--use-docker-socket` | `bool` | | Bind mount docker socket and required auth |
108108
| `-u`, `--user` | `string` | | Username or UID (format: <name\|uid>[:<group\|gid>]) |
109109
| `--userns` | `string` | | User namespace to use |
110110
| `--uts` | `string` | | UTS namespace to use |

docs/reference/commandline/container_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Create and run a new container from an image
107107
| [`--tmpfs`](#tmpfs) | `list` | | Mount a tmpfs directory |
108108
| [`-t`](#tty), [`--tty`](#tty) | `bool` | | Allocate a pseudo-TTY |
109109
| [`--ulimit`](#ulimit) | `ulimit` | | Ulimit options |
110-
| `--use-docker-socket` | `bool` | | Bind mount docker socket and required auth
110+
| `--use-docker-socket` | `bool` | | Bind mount docker socket and required auth |
111111
| `-u`, `--user` | `string` | | Username or UID (format: <name\|uid>[:<group\|gid>]) |
112112
| [`--userns`](#userns) | `string` | | User namespace to use |
113113
| [`--uts`](#uts) | `string` | | UTS namespace to use |

docs/reference/commandline/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Create a new container
104104
| `--tmpfs` | `list` | | Mount a tmpfs directory |
105105
| `-t`, `--tty` | `bool` | | Allocate a pseudo-TTY |
106106
| `--ulimit` | `ulimit` | | Ulimit options |
107-
| `--use-docker-socket` | `bool` | | Bind mount docker socket and required auth
107+
| `--use-docker-socket` | `bool` | | Bind mount docker socket and required auth |
108108
| `-u`, `--user` | `string` | | Username or UID (format: <name\|uid>[:<group\|gid>]) |
109109
| `--userns` | `string` | | User namespace to use |
110110
| `--uts` | `string` | | UTS namespace to use |

docs/reference/commandline/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Create and run a new container from an image
107107
| `--tmpfs` | `list` | | Mount a tmpfs directory |
108108
| `-t`, `--tty` | `bool` | | Allocate a pseudo-TTY |
109109
| `--ulimit` | `ulimit` | | Ulimit options |
110-
| `--use-docker-socket` | `bool` | | Bind mount docker socket and required auth
110+
| `--use-docker-socket` | `bool` | | Bind mount docker socket and required auth |
111111
| `-u`, `--user` | `string` | | Username or UID (format: <name\|uid>[:<group\|gid>]) |
112112
| `--userns` | `string` | | User namespace to use |
113113
| `--uts` | `string` | | UTS namespace to use |

0 commit comments

Comments
 (0)