1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-25 07:20:59 +02:00

Updated Docker (markdown)

Nick Sweeting
2024-02-08 14:34:35 -08:00
parent d1d3758bdf
commit f7cf29d9e7

@@ -4,9 +4,6 @@
Running ArchiveBox with Docker allows you to manage it in a container without exposing it to the rest of your system. ArchiveBox generally works the same in Docker as it does outside Docker. You can even use `pip`-installed ArchiveBox and Docker ArchiveBox in tandem, as they both share the same data directory format.
> *Make sure you have Docker installed before following these instructions!*
> https://docs.docker.com/install/#supported-platforms ➡️
<img src="https://imgur.zervice.io/qFAPRwC.png" width="20%" align="right"/>
- [Overview](#Overview)
@@ -31,6 +28,8 @@ docker pull archivebox/archivebox
- [`docker-compose.yml`](https://github.com/ArchiveBox/ArchiveBox/blob/main/docker-compose.yml)
- [`archivebox-kubernetes.yml`](https://github.com/ArchiveBox/docker-archivebox/blob/master/archivebox.yml)
> *Make sure you [install Docker](https://docs.docker.com/install/#supported-platforms) before following the instructions below!* ➡️
<br/>
---