Development container is a container in which a user can develop an application, read here.
- The up-to-date Docker version should be installed with at least 4GB of free resources
- GoLand 2023.2 or later
- You have a project, that contains
.devcontainerfolder withdevcontainer.jsonin the root - You have access to GitHub
- Your Git version should be 2.25 or later
- Ensure that the Docker service is up and running.
- Clone this repository to your local filesystem.
- Open the
goDevContainerdirectory in GoLand 2023.2 or higher. - In the
Projecttool window, open the.devcontainerfolder and double-click thedevcontainer.jsonfile. - Click the gutter icon and select
Create Dev Container and Mount Sources. - After the development container is created, select
GoLandfrom the drop-down list of IDE instances (for example,GoLand 2023.2 (232.8660.185) | download latest). - Click the
Continuebutton. The IDE will be downloaded as a backend and the Client is opened. The Client is connected to the backend.