Last active
August 29, 2015 13:57
-
-
Save lfryc/9366205 to your computer and use it in GitHub Desktop.
Docker for arquillian.github.com development with Awestruct
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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