diff --git a/Usage.md b/Usage.md index 2b2fa3d..f19405e 100644 --- a/Usage.md +++ b/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