Skip to content

Commit 6495161

Browse files
committed
docs(docker): debug tutorial
1 parent c40add2 commit 6495161

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deployment/docker/debug/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,14 @@
22

33
## Set up Goland project
44

5+
1. Create Docker project by the [official tutorial](https://blog.jetbrains.com/go/2020/05/04/go-development-with-docker-containers/).
56

7+
<video controls src="https://resources.jetbrains.com/storage/products/blog/wp-content/uploads/GoLand/tutorials/docker-dev-series/go-dev-with-docker-containers/create-run-config.mp4"></video>
8+
9+
Provide required environment variables.
10+
11+
2. Enable debugging for the Docker project and create Go Remote Project by the official tutorial.
12+
* Docker project:
13+
<video controls src="https://blog.jetbrains.com/go/2020/05/06/debugging-a-go-application-inside-a-docker-container/"></video>
14+
* Go Remote project:
15+
<video controls src="https://resources.jetbrains.com/storage/products/blog/wp-content/uploads/GoLand/tutorials/docker-dev-series/debugging/run-debugger.mp4"></video>

0 commit comments

Comments
 (0)