Changes

Jump to: navigation, search

Docker

105 bytes added, 20:23, 25 June 2018
docker-compose.yml syntax
*** '''dockerfile''': Dockerfile-alternate
*** '''CONTEXT''': Either a path to a directory containing a Dockerfile, or a url to a git repository.
*** TARGET: Build the specified stage as defined inside the Dockerfile (added in 3.4)
<pre>
version: '3'
context: ./dir
dockerfile: Dockerfile-alternate
target: prod
</pre>

Navigation menu