diff --git a/Install.md b/Install.md index 7be0587..06ea38e 100644 --- a/Install.md +++ b/Install.md @@ -62,32 +62,4 @@ If you have any trouble, see the [Troubleshooting](#troubleshooting) section at ## Docker Setup -Docker support for ArchiveBox is in beta, I'll update it as we improve the ergonomics and add an example `docker-compose.yml` file for serving the archive with nginx. - -1. Make sure you have Docker installed and set up: - -If you don't already have docker installed, follow the official install instructions for Linux, macOS, or Windows https://docs.docker.com/install/#supported-platforms. - -2. Fetch and build the ArchiveBox Docker image: -```bash -docker build github.com/pirate/ArchiveBox -t archivebox -``` - -3. Create a volume to hold your ArchiveBox data: -```bash -docker volume create archivebox-data -``` - -4. Run ArchiveBox with `docker run` to add links to your archive: - -To add a list of pages via URL of a feed. -```bash -docker run -v archivebox-data:/data archivebox 'https://example.com/some/rss/feed.xml' -``` - -To add a single link or a list of links from a file, pipe them in via stdin. -```bash -echo 'https://example.com' | docker run -i -v archivebox-data:/data archivebox -# or -cat bookmarks.html | docker run -i -v archivebox-data:/data archivebox -``` \ No newline at end of file +See the [[Docker]] page. \ No newline at end of file