Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek authored Aug 21, 2024
1 parent 5b2594a commit 1b4a6a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b4a6a1

Please sign in to comment.