chore: sed 's/hourly/daily/g' regarding rebuild frequency

* the subject image is now being rebuilt less frequently so note that in the README.md
* [skip ci]
This commit is contained in:
wanderer 2020-11-06 11:18:40 +01:00
parent 989a94158c
commit 6ab8699e4d
Signed by: Gitea
GPG Key ID: 0DD13DBC6B5433D3

View File

@ -24,7 +24,7 @@ fetch an image from a central container repository (by default it's [DockerHub](
docker pull immawanderer/alpine-rf:latest
```
the [`alpine-rf`](https://hub.docker.com/r/immawanderer/alpine-rf/builds) image is being rebuilt on an hourly basis, so I recommend updating frequently.
the [`alpine-rf`](https://hub.docker.com/r/immawanderer/alpine-rf/builds) image is being rebuilt <del>on an hourly</del> on a daily basis, so I recommend updating frequently.
run the container in interactive mode, mounting user's `$PWD` into container's `/testing` folder, removing the container after exiting (so that it doesn't take up space) while preserving the work done (saved on the shared volume)