-
Download this script and make it executable: https://gist.github.com/meatballhat/12997137db1a9394f39c
-
Invoke the script like so:
$ ./run-travis-docker-image image_name
where image_name is one of the travis_<name>
images here: https://quay.io/organization/travisci
e.g. ./run-travis-docker-image python
3. The last line of output of will be ssh [email protected]
4. You can now connect to the running container with this ssh
command. The password is travis
.
5. Look at the logs for one of your Travis test runs to see which commands to run.
Hi there,
I'm trying to follow these instructions, but with the Travis Docker images I tried (python, ruby, latest versions), the container starts ok but I cannot connect over ssh. I get the following error:
Were you able to successfully connect over ssh for any of the Travis Docker images?
Thanks,
Alex.