From 6ab8699e4df7033d19ba25aba730c211bc97ddb6 Mon Sep 17 00:00:00 2001 From: wanderer Date: Fri, 6 Nov 2020 11:18:40 +0100 Subject: [PATCH] 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] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b345742..bd66ce3 100644 --- a/README.md +++ b/README.md @@ -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 on an hourly 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)