Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
use alpine in example compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Bogdanov committed Aug 18, 2015
1 parent 8f28836 commit b35eec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace: example
containers:
main:
image: ubuntu:12.04
image: alpine:3.2
cmd: ["/bin/sh", "-c", "for i in `seq 1 10000`; do echo \"HELLO $NAME $i!!!!\" >> /tmp/log; sleep 1; done"]
workdir: /app
env:
Expand Down

0 comments on commit b35eec9

Please sign in to comment.