1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-28 16:50:01 +02:00

Updated Docker (markdown)

Nick Sweeting
2019-03-14 20:55:06 -04:00
parent 20dbc38384
commit 1ab81856ca

@@ -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
```
---