mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-30 09:39:52 +02:00
fix lint and improve docker-compose instructions
This commit is contained in:
14
README.md
14
README.md
@@ -70,12 +70,20 @@ To get started, you can [install them manually](https://github.com/pirate/Archiv
|
||||
```bash
|
||||
# Docker
|
||||
mkdir data && cd data
|
||||
docker run -v $PWD:/data archivebox init
|
||||
docker run -v $PWD:/data archivebox add 'https://example.com'
|
||||
docker run -v $PWD:/data -p 8000 archivebox server
|
||||
docker run -v $PWD:/data nikisweeting:archivebox init
|
||||
docker run -v $PWD:/data nikisweeting:archivebox add 'https://example.com'
|
||||
docker run -v $PWD:/data -p 8000 nikisweeting:archivebox server
|
||||
open https://127.0.0.1:8000
|
||||
```
|
||||
|
||||
```bash
|
||||
# Docker Compose
|
||||
# Download https://github.com/pirate/ArchiveBox/tree/master/docker-compose.yml
|
||||
docker-compose run archivebox init
|
||||
docker-compose run archivebox add 'https://example.com'
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
```bash
|
||||
# Bare Metal
|
||||
# Use apt on Ubuntu/Debian, brew on mac, or pkg on BSD
|
||||
|
Reference in New Issue
Block a user