Browse code

Typo fix - oc dockerbuild example

Manjunath A Kumatagi authored on 2016/06/15 20:56:13
Showing 2 changed files
... ...
@@ -1194,7 +1194,7 @@ Perform a direct Docker build
1194 1194
 [options="nowrap"]
1195 1195
 ----
1196 1196
   # Build the current directory into a single layer and tag
1197
-  oc dockerbuild . myimage:latest
1197
+  oc ex dockerbuild . myimage:latest
1198 1198
 ----
1199 1199
 ====
1200 1200
 
... ...
@@ -28,7 +28,7 @@ Builds the provided directory with a Dockerfile into a single layered image.
28 28
 Requires that you have a working connection to a Docker engine.`
29 29
 
30 30
 	dockerbuildExample = `  # Build the current directory into a single layer and tag
31
-  %[1]s dockerbuild . myimage:latest`
31
+  %[1]s ex dockerbuild . myimage:latest`
32 32
 )
33 33
 
34 34
 type DockerbuildOptions struct {