From 15aa8d05a4e54093d4f74a71f127a03e43d23f19 Mon Sep 17 00:00:00 2001 From: John Laswell Date: Thu, 9 Mar 2017 13:04:51 -0500 Subject: [PATCH] Fix typo in run.md documentation Signed-off-by: John Laswell Upstream-commit: beacad8f6c57299589c12a89ff2d26887a48fa15 Component: cli --- components/cli/docs/reference/commandline/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/reference/commandline/run.md b/components/cli/docs/reference/commandline/run.md index a74dc77999..09d7d21c49 100644 --- a/components/cli/docs/reference/commandline/run.md +++ b/components/cli/docs/reference/commandline/run.md @@ -145,7 +145,7 @@ Options: -w, --workdir string Working directory inside the container ``` -## Descriptino +## Description The `docker run` command first `creates` a writeable container layer over the specified image, and then `starts` it using the specified command. That is,