Skip to content

Commit

Permalink
docs(maintain/docker): Copy-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 7, 2024
1 parent 4886f8e commit 864c2eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/maintain/docker.rst
Expand Up @@ -22,14 +22,12 @@ Run, replacing ``CONTAINER``:
docker compose logs -f -t CONTAINER
.. note::
Container logs are cleared when containers are restarted or recreated.

Container logs are cleared when containers are restarted.
To list and view historic container logs, replacing ``CONTAINER``:
To read historic container logs, replacing ``CONTAINER``:

.. code-block:: bash
ls /var/log/docker-custom/CONTAINER*
less /var/log/docker-custom/CONTAINER.log
Open a shell
Expand Down

0 comments on commit 864c2eb

Please sign in to comment.