Skip to content

Instantly share code, notes, and snippets.

@gsathya
Last active December 20, 2015 18:59
Show Gist options
  • Select an option

  • Save gsathya/6179823 to your computer and use it in GitHub Desktop.

Select an option

Save gsathya/6179823 to your computer and use it in GitHub Desktop.
1) Install docker on ubuntu -
http://docs.docker.io/en/latest/installation/ubuntulinux/
2) Download the ooni vm image -
$ wget http://codesurfers.net/~gsathya/ooni.tar
3) Import the image to docker
$ cat ooni.tar | docker import - ooni
4) Start the image
$ docker run -i -u ooni -t ooni /bin/bash
5) Start ooni
$ cd /home/ooni/ooni-probe
$ source ~/.virtualenvs/ooniprobe/bin/activate
$ ./bin/ooniprobe -i decks/before_i_commit.testdeck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment