Skip to content

Instantly share code, notes, and snippets.

@lfryc
Last active August 29, 2015 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lfryc/9366205 to your computer and use it in GitHub Desktop.
Save lfryc/9366205 to your computer and use it in GitHub Desktop.
Docker for arquillian.github.com development with Awestruct
image based on paintedfox/ruby
download and run image (as root)
$ docker pull lfryc/arquillian-awestruct
$ docker run -p 4242:4242 -i -t lfryc/arquillian-awestruct /bin/bash
this has exposed the running system on your machine's port 4242
once in the image:
# export LANG=en_US.UTF-8
# echo "GITHUB_APP_AUTH_TOKEN" > ~/.github-auth
# cd /home/arquillian.github.com
# bundle install
# bundle exec awestruct -d
once finished, remember to commit the image before exiting machine!
$ docker images
$ docker commit <image_id> my-arquillian-awestruct
http://docs.docker.io/en/latest/use/workingwithrepository/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment