Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should update docs how to use teracy/travis along with teracy/ubuntu for local CI testing #49

Open
hoatle opened this issue Oct 10, 2017 · 0 comments

Comments

@hoatle
Copy link
Member

hoatle commented Oct 10, 2017

  • make sure this works:
vagrant@teracy:~/workspace/docker-files$ docker run --rm -v $(pwd):/tmp -w /tmp hoatle/travis compile > build.sh
detected repository as teracyhq/docker-files
env.matrix key is ignored
vagrant@teracy:~/workspace/docker-files$ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/$(pwd) -w $(pwd) teracy/ubuntu:16.04-dind-17.06.0-ce bash
root@68388adc3f9e:/home/vagrant/workspace/docker-files# bash build.sh 

it should run the same as on travis-ci (with some exceptions mentioned by travis-build)

And this should help us to update the section Local CI Testing with a real project at http://blog.teracy.com/2017/09/11/how-to-use-docker-in-docker-dind-and-docker-outside-of-docker-dood-for-local-ci-testing/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants