Created
October 28, 2015 20:05
-
-
Save dnephin/c7b50f683e1a546fc02d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: | |
image: alpine:edge | |
environment: | |
- NAME: thename | |
command: echo $NAME |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: | |
image: alpine:$TAG | |
# ports: | |
# - '$HOSTPORT:80' | |
labels: | |
- "blah=$BLAH" | |
user: $SPECIAL | |
command: sh -c 'echo $$USER' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment