# Docker image for remote debugging ## Set up Goland project 1. Create Docker project by the [official tutorial](https://blog.jetbrains.com/go/2020/05/04/go-development-with-docker-containers/). Provide required environment variables. 2. Enable debugging for the Docker project and create Go Remote Project by the [official tutorial](https://blog.jetbrains.com/go/2020/05/06/debugging-a-go-application-inside-a-docker-container/).