mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-26 06:00:22 +00:00
typo: Fix docker image name
This commit is contained in:
parent
dd916e91d0
commit
e462825c31
1 changed files with 3 additions and 3 deletions
|
@ -62,9 +62,9 @@ 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 -p 8000 nikisweeting: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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue