This is an automated email from the ASF dual-hosted git repository.

liuhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git


The following commit(s) were added to refs/heads/main by this push:
     new fd62df7  doc: correct the image name to be apache/skywalking-go (#102)
fd62df7 is described below

commit fd62df7a4c77956d1a8b1f071ca44ca6f62047d8
Author: Rick <1450685+linuxsu...@users.noreply.github.com>
AuthorDate: Sun Oct 8 17:51:29 2023 +0800

    doc: correct the image name to be apache/skywalking-go (#102)
---
 docs/en/setup/docker.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/setup/docker.md b/docs/en/setup/docker.md
index 1fc71fd..aad75e8 100644
--- a/docs/en/setup/docker.md
+++ b/docs/en/setup/docker.md
@@ -8,7 +8,7 @@ Using the SkyWalking Go provided image as the base image, 
perform file copying a
 
 ```dockerfile
 # import the skywalking go base image
-FROM apache/skywalking-go-agent:<version>-go<go version>
+FROM apache/skywalking-go:<version>-go<go version>
 
 # Copy application code
 COPY /path/to/project /path/to/project

Reply via email to