Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

intellij-golang-env

[email protected]

# 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