Browse code

docs: fix a typo in Dockerfile.5.md

s/Exececutable/Executable

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>

Chen Hanxiao authored on 2015/02/15 12:06:18
Showing 1 changed files
... ...
@@ -101,7 +101,7 @@ A Dockerfile is similar to a Makefile.
101 101
   -- **CMD** has three forms:
102 102
 
103 103
   ```
104
-  # Exececutable form
104
+  # Executable form
105 105
   CMD ["executable", "param1", "param2"]`
106 106
 
107 107
   # Provide default arguments to ENTRYPOINT