mirror of
https://github.com/go-shiori/shiori.git
synced 2024-12-26 17:51:10 +08:00
Add stop command
parent
f5f3e2a6f4
commit
740ad44ff0
1 changed files with 5 additions and 1 deletions
6
Usage.md
6
Usage.md
|
@ -31,7 +31,11 @@ After you've run the container in background, you can access console of the cont
|
|||
docker exec -it shiori sh
|
||||
```
|
||||
|
||||
Now you can use `shiori` like normal.
|
||||
Now you can use `shiori` like normal. If you've finished, you can stop and remove the container by running :
|
||||
|
||||
```
|
||||
docker stop shiori
|
||||
```
|
||||
|
||||
## Using Command Line Interface
|
||||
|
||||
|
|
Loading…
Reference in a new issue