mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-30 06:25:28 -04:00
better colors, hints, and progress bars in docker
This commit is contained in:
parent
5cb13ff1dd
commit
31a6318582
4 changed files with 19 additions and 16 deletions
|
@ -62,10 +62,10 @@ To get started, you can [install them manually](https://github.com/pirate/Archiv
|
|||
```bash
|
||||
# Docker
|
||||
mkdir data && cd data
|
||||
docker run -v $PWD:/data nikisweeting/archivebox init
|
||||
docker run -v $PWD:/data nikisweeting/archivebox add 'https://example.com'
|
||||
docker run -v $PWD:/data -it nikisweeting/archivebox init
|
||||
docker run -v $PWD:/data -it nikisweeting/archivebox add 'https://example.com'
|
||||
docker run -v $PWD:/data -it nikisweeting/archivebox manage createsuperuser
|
||||
docker run -v $PWD:/data -p 8000:8000 nikisweeting/archivebox server 0.0.0.0:8000
|
||||
docker run -v $PWD:/data -it -p 8000:8000 nikisweeting/archivebox server 0.0.0.0:8000
|
||||
open http://127.0.0.1:8000
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue