Skip to content

Commit

Permalink
Add dummy example of multiarch cluster (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Apr 25, 2016
1 parent 0eb3dca commit cb4b787
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/start-multiarch-hosts.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

docker-machine create -d scaleway --scaleway-commercial-type=C1 --scaleway-name=arm-small-docker arm-small
docker-machine create -d scaleway --scaleway-commercial-type=VC1S --scaleway-name=x64-small-docker x64-small
docker-machine create -d scaleway --scaleway-commercial-type=C2L --scaleway-name=x64-large-docker x64-large

0 comments on commit cb4b787

Please sign in to comment.