RIVET & CONTUR TUTORIAL SETUP 1. Install Docker Community Edition Stable: https://docs.docker.com/engine/installation/ (docker-ce package on Ubuntu & Fedora) Maybe necessary: sudo groupadd docker sudo usermod -aG docker $USER 2. Install Rivet and Contur tutorial images: docker pull agbuckley/rivet-tutorial docker pull agbuckley/contur-tutorial About 4GB, but download is compressed so shouldn't take too long. 3. Run: docker run -it --rm agbuckley/rivet-tutorial or: docker run -it --rm agbuckley/contur-tutorial Add a "-v :" flag after run to create a sharing dir Docker reference: docker run: run an image docker ps: list active containers docker cp: copy files between host and container docker image ls: list available images/apps docker help: useful! Install new system packages with dnf on the Rivet/Contur images Exit with Ctrl-d; detach with Ctrl-p Ctrl-q, reattach with "docker attach"