Add stop command

Radhi 2018-07-01 14:19:56 +07:00
parent f5f3e2a6f4
commit 740ad44ff0

@ -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