diff options
| author | Léon Tiekötter <leon@tiekoetter.com> | 2022-06-21 14:48:46 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-07-30 13:39:35 +0200 |
| commit | e5323b8aa285d61bf011bbe7ca8f02818f19ed79 (patch) | |
| tree | 943270e4998815d360713e21615082293300c877 /docs/admin/installation-docker.rst | |
| parent | 6fbffe9d208e3fc267eef4c421ba1810d6292cb0 (diff) | |
[docs] corrections from @tiekoetter's review
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 7800472eb..1457d6a6b 100644 --- a/docs/admin/installation-docker.rst +++ b/docs/admin/installation-docker.rst @@ -51,8 +51,8 @@ of this container: Get Docker ========== -If you plan to build and maintain a docker image by your own, make sure you have -`Docker installed <https://docs.docker.com/get-docker/>`_ and on Linux, don't +If you plan to build and maintain a docker image by yourself, make sure you have +`Docker installed <https://docs.docker.com/get-docker/>`_. On Linux don't forget to add your user to the docker group (log out and log back in so that your group membership is re-evaluated): |