diff options
| author | ToxyFlog1627 <59206807+ToxyFlog1627@users.noreply.github.com> | 2023-08-11 14:01:54 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-08-13 08:50:29 +0200 |
| commit | f175574f3731c99d82758952e37f52037476aa5f (patch) | |
| tree | 2a20016a2a74fe48fa2cb639469d23ff1f60ef7b /docs/admin/installation-docker.rst | |
| parent | 4573417b6c5d50935233268d672d0f3fc8cef8c6 (diff) | |
[fix] typos in documentation & messages
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 |