From 1b4a6a1b74adf58a7aa7f614a6e62f20eb6d8c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciek=20B=C4=85k?= Date: Wed, 21 Aug 2024 20:18:14 +0000 Subject: [PATCH] readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 02f2e15..06a7e45 100644 --- a/README.md +++ b/README.md @@ -73,16 +73,16 @@ Run the container with: docker run --name angry-runner -e HOSTUID=`id -u $USER` -p 8888:8888 -it -v $HOME:/workspace angrymaciek/angry-runner:latest ``` +Recall that all data generated inside the container (with the exception of the mounted volume) are **not** persistent. +If you'd like your data don't perish into oblivion after you stop the container +check out [Docker documentation on storage mechanisms](https://docs.docker.com/storage/). + In the example above my whole home directory is mounted as the volume. This may, of course, be adjusted. -Watch out! Due to Docker's specifics they need to be executed as `root` user; +Watch out! Due to Docker's specifics commands above need to be executed as `root` user; [alternatively, see here](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user). -Recall that all data generated inside the container (with the exception of the mounted volume) are **not** persistent. -If you'd like your data don't perish into oblivion after you stop the container -check out [Docker documentation on storage mechanisms](https://docs.docker.com/storage/). - ### Codespaces (devcontainer) The following repository is configured to push each new version of the image