Skip to content

Instantly share code, notes, and snippets.

@ehazlett
Created November 14, 2014 05:20
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 ehazlett/ad74f022aa6b6fe659af to your computer and use it in GitHub Desktop.
Save ehazlett/ad74f022aa6b6fe659af to your computer and use it in GitHub Desktop.
grid controller ec2 user data
#!/bin/bash
apt-get update
apt-get install -y curl
curl get.docker.io | sh -
docker run -it -d --restart=always -p 8080:8080 ehazlett/docker-grid controller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment