diff options
Diffstat (limited to 'docs/admin/installation-docker.rst')
| -rw-r--r-- | docs/admin/installation-docker.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/installation-docker.rst b/docs/admin/installation-docker.rst index eb52c5828..c667c4f44 100644 --- a/docs/admin/installation-docker.rst +++ b/docs/admin/installation-docker.rst @@ -43,7 +43,7 @@ of this container: - enables :ref:`limiter <limiter>` to protect against bots - enables :ref:`image proxy <image_proxy>` for better privacy -- enables :ref:`cache busting <static_use_hash>` to save bandwith +- enables :ref:`cache busting <static_use_hash>` to save bandwidth ---- @@ -108,7 +108,7 @@ can modify these files according to your needs and restart the Docker image. Use command ``container ls`` to list running containers, add flag `-a <https://docs.docker.com/engine/reference/commandline/container_ls>`__ to list exited containers also. With ``container stop`` a running container can be -stoped. To get rid of a container use ``container rm``: +stopped. To get rid of a container use ``container rm``: .. code:: sh |