Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssoudan/intellij-golang-env
Dockerfile for Intellij Idea (14.0.3) with golang (1.2.1)
https://github.com/ssoudan/intellij-golang-env
Last synced: 6 days ago
JSON representation
Dockerfile for Intellij Idea (14.0.3) with golang (1.2.1)
- Host: GitHub
- URL: https://github.com/ssoudan/intellij-golang-env
- Owner: ssoudan
- License: apache-2.0
- Created: 2015-03-07T09:45:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-07T10:11:45.000Z (almost 10 years ago)
- Last Synced: 2023-03-29T13:41:39.142Z (almost 2 years ago)
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
intellij-golang-env
# Description
Docker image with Intellij IDEA 14.0.3 (from suckowbiz/intellij - Thanks for it!) and golang 1.2.1 (from Ubuntu 14.04.2).
# Build it
$ docker build -t ssoudan/intellij-golang-env .
In case go plugin is not installed in your .idea dir, install it through IDEA plugin manager.
# Run it
$ xhost + && docker run -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v ~/workspace:/workspace -v ~/go:/go -v ~/.idea:/idea ssoudan/intellij-golang-env