Skip to content

Commit

Permalink
docs: update docker image id
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Mar 20, 2018
1 parent e90f9ac commit f092a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hacking-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You can do a local docker image install of Travis to better inspect a travis bui
* [Common Build Problems - Travis CI](https://docs.travis-ci.com/user/common-build-problems/#Troubleshooting-Locally-in-a-Docker-Image)

```sh
docker run --name travis-debug -dit travisci/ci-garnet:packer-1496954857 /sbin/init
docker run --name travis-debug -dit travisci/ci-garnet:packer-1512502276-986baf0 /sbin/init
docker exec -it travis-debug bash -l

# once inside, change to travis user, rather than root
Expand Down

0 comments on commit f092a8a

Please sign in to comment.