Skip to content

Instantly share code, notes, and snippets.

@kaperys
Last active February 18, 2019 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaperys/7c19bc3eea82b9a352fde7939d7edfa0 to your computer and use it in GitHub Desktop.
Save kaperys/7c19bc3eea82b9a352fde7939d7edfa0 to your computer and use it in GitHub Desktop.
Delve Docker launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Delve into Docker",
"type": "go",
"request": "launch",
"mode": "remote",
"remotePath": "/go/src/github.com/kaperys/delve-into-docker-app",
"port": 40000,
"host": "172.17.0.2",
"program": "${workspaceRoot}",
"showLog": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment