Skip to content

Commit

Permalink
Fix examples used in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
labisso committed Dec 2, 2014
1 parent 4ee5267 commit c2b4888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ping/blockade.yaml
Expand Up @@ -3,7 +3,7 @@ containers:
image: ubuntu
command: /bin/sleep 30000
# this port is unused, but we need at least one open for docker links
ports: [10000]
expose: [10000]

c2:
image: ubuntu
Expand Down
2 changes: 1 addition & 1 deletion examples/sleep/blockade.yaml
Expand Up @@ -2,7 +2,7 @@ containers:
c1:
image: ubuntu
command: sh -c 'echo "I am $HOSTNAME"; /bin/sleep 300'
volumes: {"/tmp": "/hosttmp"}
volumes: {"/tmp": "/mnt"}

c2:
image: ubuntu
Expand Down

0 comments on commit c2b4888

Please sign in to comment.