https://github.com/bwplotka/docker-dev-intellij
Docker image for IntelliJ IDEA Community + GO with GO building/development/testing environment.
https://github.com/bwplotka/docker-dev-intellij
Last synced: 10 months ago
JSON representation
Docker image for IntelliJ IDEA Community + GO with GO building/development/testing environment.
- Host: GitHub
- URL: https://github.com/bwplotka/docker-dev-intellij
- Owner: bwplotka
- License: apache-2.0
- Created: 2016-02-23T12:41:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T11:30:11.000Z (over 9 years ago)
- Last Synced: 2025-02-09T23:16:13.465Z (12 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-dev-intellij
Docker image for IntelliJ IDEA Community + GO with GO building/development/testing environment.
It is based on [dlsniper/docker-intellij](https://github.com/dlsniper/docker-intellij) docker.
For Golang development and testing purposes we need some improvements of the base image like:
* Useful packages (e.g `vim`, `make`)
* Root (we _really_ need `sudo`.. and it is container so it is really hard to broke host (: )
* Useful start script.