An open API service indexing awesome lists of open source software.

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.

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.