Remove duplicate functions

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-01-14 13:12:39 -08:00
commit 1ae57d92d4
2 changed files with 10 additions and 46 deletions

View file

@ -228,18 +228,6 @@ Custom DNS search domains. Can be a single value or a list.
- dc1.example.com
- dc2.example.com
### dockerfile
Alternate Dockerfile.
Compose will use an alternate file to build with. A build path must also be
specified using the `build` key.
build: /path/to/build/dir
dockerfile: Dockerfile-alternate
Using `dockerfile` together with `image` is not allowed. Attempting to do so results in an error.
### entrypoint
Override the default entrypoint.