1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-25 15:31:22 +02:00

Updated Docker (markdown)

Nick Sweeting
2024-02-08 14:24:18 -08:00
parent a1f4df46c6
commit 4ba475884e

@@ -2,7 +2,7 @@
## Overview
Running ArchiveBox with Docker allows you to manage it in a container without exposing it to the rest of your system. Usage with Docker is similar to usage of ArchiveBox normally, with a few small differences.
Running ArchiveBox with Docker allows you to manage it in a container without exposing it to the rest of your system. Usage of ArchiveBox in Docker works the same as usage of `pip`-installed ArchiveBox outside Docker (and both can be used simultaneously).
Make sure you have Docker installed and set up on your machine before following these instructions. If you don't already have Docker installed, follow the official install instructions for Linux, macOS, or Windows here: https://docs.docker.com/install/#supported-platforms.