We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
Local CI Testing with a real project
The text was updated successfully, but these errors were encountered:
hieptranquoc
No branches or pull requests
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/The text was updated successfully, but these errors were encountered: