Update container-command-args.md

pull/2432/head^2
Vasily Upornikov 2017-02-05 13:38:13 +03:00 committed by Andrew Chen
parent b6149571ce
commit 7815d386ef
1 changed files with 1 additions and 1 deletions

View File

@ -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.