Use docker engine v29

This commit is contained in:
Baohua Yang
2026-03-01 22:47:56 -08:00
parent 0ff67cc893
commit 56deeaee0f
2 changed files with 4 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ $ docker run -d -p 8080:80 my-hello-world
### 1.1.5 访问测试
打开浏览器访问 [http://localhost:8080](http://localhost:8080),你应该能看到 “HelloDocker”。
打开浏览器访问 [http://localhost:8080](http://localhost:8080),你应该能看到 “Hello, Docker!”。
### 1.1.6 清理