Permalink
Browse files

Explicitly adds 0.16.0 to docker commands (#55)

  • Loading branch information...
ianmilligan1 authored and SamFritz committed Sep 22, 2018
1 parent 603409c commit a037d324df024ef80b79df3294d0b5a8ce54b3e1
Showing with 2 additions and 2 deletions.
  1. +2 −2 content/aut/lesson.md
View
@@ -32,11 +32,11 @@ Make a directory in your userspace, somewhere where you can find it: on your des
Use the following command, replacing `/path/to/your/data` with the directory. **If you want to use your own ARC or WARC files, please put them in this directory**.
`docker run --rm -it -v "/path/to/your/data:/data" archivesunleashed/docker-aut`
`docker run --rm -it -v "/path/to/your/data:/data" archivesunleashed/docker-aut:0.16.0`
For example, if your files are in `/Users/ianmilligan1/desktop/data` you would run the above command like:
`docker run --rm -it -v "/Users/ianmilligan1/desktop/data:/data" archivesunleashed/docker-aut`
`docker run --rm -it -v "/Users/ianmilligan1/desktop/data:/data" archivesunleashed/docker-aut:0.16.0`
Once you run this command, you will have to wait a few minutes while data is downloaded and AUT builds. Once it is all working, you should see:

0 comments on commit a037d32

Please sign in to comment.