diff --git a/Docker.md b/Docker.md index ec19637..3d88a5d 100644 --- a/Docker.md +++ b/Docker.md @@ -18,7 +18,10 @@ Make sure you have Docker installed and set up on your machine before following + [Accessing the data](#accessing-the-data-1) + [Configuration](#configuration-1) -Don't be scared by the length / complexity of these instructions. I tend to write overly verbose documentation unless scolded by someone who knows better. ArchiveBox tries to follow most Docker standards, so if you've worked with other Docker projects the setup should feel familiar. +**Quickstart:** +```bash +echo 'https://example.com' | docker run -i -v ~/ArchiveBox:/data nikisweeting/archivebox +``` ---