From 0606c2a9e03b7100081fb3b8aea5e44e4cc7d936 Mon Sep 17 00:00:00 2001 From: xiantang Date: Mon, 16 Oct 2023 17:38:28 +0800 Subject: [PATCH] update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 82248c94..00abdc9c 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,9 @@ docker run -it --rm \ -c ``` + is your project path in container, eg: /go/example +if you want to enter the container, Please add --entrypoint=bash. +
For example