- 在 WSL2 terminal 建立資料夾,自訂名 go-app
- 資料夾內建立 Dockerfile, go.mod, main.go
3. docker build:建立 image file ,命名 lynlyn/my-go-app
4. docker images:確認 image file 建立成功
5. docker run:執行指定的 image,port mapping [local machine port] : [container port],local machine port 和 container port 不需相同
6. local machine 開啟瀏覽器,URI:"localhost:8081"
7. 由 URI 輸入 request