Update container-command-args.md

This commit is contained in:
Vasily Upornikov
2017-02-05 13:38:13 +03:00
committed by Andrew Chen
parent b6149571ce
commit 7815d386ef
@@ -13,7 +13,7 @@ fields to override the default Entrypoint and Cmd of the the Container's image.
## Container entry points and arguments
The configuration file for a Container has an `image` field that specifies the
The configuration file for a Container has an `image` field that specifies
the Docker image to be run in the Container. A Docker image has metadata that includes
a default Entrypoint and a default Cmd.