• Stars
    star
    122
  • Rank 292,031 (Top 6 %)
  • Language
    Shell
  • License
    Apache License 2.0
  • Created about 9 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example IDE in a Container

Go IDE in a Container

This is an example container that packages zsh, tmux, tmuxinator, vim, and Go-related plugins in a single container. This example assumes you know how to run Docker.

This is not an official Google product.

Running the Container

To run this container:

$ docker run -ti saturnism/go-ide 

Mount a volume so you don't lose your work:

$ docker run -v /some/path:/go/src -ti saturnism/go-ide

Or, mount a volume from a named container.

Building the Container

Nothing special if you already have Docker installed:

$ git clone https://github.com/saturnism/go-ide
$ cd go-ide
$ docker build -t go-ide .

More Repositories

1

grpc-by-example-java

A collection of useful/essential gRPC Java Examples
Java
872
star
2

istio-by-example-java

A collection of examples of using Istio with Java applications.
Java
253
star
3

docker-kubernetes-by-example-java

An end-to-end Spring Boot example w container and Kubernetes
Java
161
star
4

akka-kubernetes-example

Java
80
star
5

spring-cloud-gcp-guestbook

Java
57
star
6

spring-on-gcp-gitbook

Everything you need to know about developing/running Spring Boot applications on Google Cloud Platform.
39
star
7

spring-boot-container-demo

Groovy
38
star
8

spring-petclinic-gcp

Spring PetClinic Microservices on GCP
Java
27
star
9

spring-boot-starter-grpc

Java
23
star
10

awesome-cloud-native-java

Curated list of Cloud Native technology for Java applications
22
star
11

photo-backend

Kotlin
20
star
12

deepdream-docker

Example Deep Dream Docker Container
Shell
16
star
13

appengine-vertx-runtime

An example Google App Engine Vert.x Runtime
JavaScript
12
star
14

deepdream-cli-docker

Example Docker Container for Deep Dream that runs in CLI mode
Python
10
star
15

oauth2util

Go
9
star
16

graal-docker

Docker images and examples to use Graal
9
star
17

todo-react-umi-dva

An example Todo app using React, Ant Design, umi, and dva. With mocked service to run locally.
TypeScript
8
star
18

appengine-wildfly-runtime

A sample Google AppEngine Wildfly Custom Runtime to run JavaEE 7 Applications.
Java
7
star
19

buttonmasher

Makefile
6
star
20

dependency-conflict-examples

Java
6
star
21

jvm-helloworld-by-example

A lot of helloworlds, w/ different techniques.
Shell
6
star
22

cloud-spanner-java-by-example

A collection of Cloud Spanner examples with Java
Java
4
star
23

testcontainers-gcloud-examples

Testcontainers gcloud Examples
Java
4
star
24

grpc-java-examples

gRPC Java Examples for Gradle and Maven
Java
4
star
25

firechess

HTML
4
star
26

a8r

Groovy
3
star
27

spring-data-spanner

Spring Data Spanner - Superseded by Spring Cloud GCP
Java
3
star
28

polymer-firebase-demo

3
star
29

kotlin-native-docker

Kotlin Native Docker Container
3
star
30

hotrod-demo

Java
3
star
31

syntaxnet-docker

Example SyntaxNet Docker Container
3
star
32

container-analysis-function

Java
2
star
33

infinite-infinispan-demo

Shell
2
star
34

opencensus-java-by-example

OpenCensus for Java by Example
Java
2
star
35

infinispan-contrib

Some utilities I wrote to be used w/ Infinispan.
Java
2
star
36

infinispan-cachestore-mapdb

MapDB Cache Store
Java
2
star
37

kotlin-experiments

Kotlin Experiments
Kotlin
2
star
38

spring-data-graphql

GraphQL Access to Spring Data Repositories
2
star
39

gcf-layout-poc

Java
1
star
40

grpc-java-chatroom-workshop

1
star
41

spring-data-spanner-demo

Spring Data Spanner Demo - Superseded by Spring Cloud GCP
Java
1
star
42

infinispan-cachestore-offheap

An offheap cachestore for Infinispan
Java
1
star
43

spring-boot-starter-example

Java
1
star
44

wrk2-docker

wrk2 Docker Build
1
star
45

udacity-730-deep-learning-notebook

Ray's Udacity UD730 Deep Learning notes
Jupyter Notebook
1
star
46

todo-umi-armeria

TypeScript
1
star
47

gwind-demo

Fun demo for Google Wind
Java
1
star
48

kubernetes-monitoring-demo

Shell
1
star