From 1a356e9c8a6d0a988970be2c3810ce7cbc49518b Mon Sep 17 00:00:00 2001 From: jingge Date: Fri, 27 Oct 2023 14:28:21 +0200 Subject: [PATCH] [HOTFIX][Doc] update readme to clarify that generate-stackbrew-library-docker.sh should be run on local machine directly. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddf2cd3..263bc66 100644 --- a/README.md +++ b/README.md @@ -145,10 +145,10 @@ of `library/flink` in the Docker [official-images](https://github.com/docker-lib ) repo via a pull request. Note: Since this script requires the `bashbrew` binary and a compatible version of Bash, the script -`generate-stackbrew-library-docker.sh` can be used to invoke the script in a Docker container with -the necessary dependencies. +`generate-stackbrew-library-docker.sh` can be executed on developer's local machine and it will invoke +the script in a Docker container, which will be pulled from the internet automatically, with the necessary dependencies. -Example: +Example([official-images](https://github.com/docker-library/official-images) repo has been cloned locally): ./generate-stackbrew-library-docker.sh > /path/to/official-images/library/flink