Skip to content

Instantly share code, notes, and snippets.

@hourback
Last active August 29, 2015 14:06
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 hourback/00dfaa3829ce04d60133 to your computer and use it in GitHub Desktop.
Save hourback/00dfaa3829ce04d60133 to your computer and use it in GitHub Desktop.
Starting Ember.js + Go environment
#!/bin/sh
docker run -t -i --rm -p 8001:8001 -p 8080:8080 -p 4200:4200 -p 3000:3000 -p 8000:8000 -p 9000:9000 -p 35729:35729 --volumes-from my-data hourback/docker-ember.js-and-go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment