Skip to content

Instantly share code, notes, and snippets.

@mbejda
Created June 6, 2015 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbejda/f3c256b26b3feb799dfb to your computer and use it in GitHub Desktop.
Save mbejda/f3c256b26b3feb799dfb to your computer and use it in GitHub Desktop.
Provision Multiple Machines in Joyent
$ for i in {0..9}; do sdc-createmachine --name=machine-$i --package=f917d6c7-f719-44b0-9ea0-034da05602e5 --image=fbdfd7d2-0560-11e5-ab06-13badc708908 ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment