From f6e95901316217f56c628426d330408f60980faa Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 19 Nov 2021 10:40:15 -0800 Subject: [PATCH] Use -p instead of --port and set a more useful tag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b2e4b6..3ece046 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Read the blog post for more details: http://ahmet.im/blog/cloud-run-multiple-pro Build: - docker build -t foo . + docker build -t multi-process-container-lazy-solution . Run: - docker run --port 5000:8080 --rm foo + docker run -p 5000:8080 --rm multi-process-container-lazy-solution Visit: