Content-Length: 260668 | pFad | http://github.com/dogrocker/docker-alpine-go-dev

C0 GitHub - dogrocker/docker-alpine-go-dev: Alpine Linux Docker image for Golang Development.
Skip to content

dogrocker/docker-alpine-go-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-alpine-go-dev

Alpine Linux 3.4 Docker image for Golang 1.6.2 Development. Image size about 365 MB, with gcc, g++. You can use this image for development phase with interactive Alpine shell.

Usage

You can see in docker-compose.yml and example folder or

Create docker-compose.yml

version: '2'

services:
  app:
    image: dogrocker/alpine-go-dev
    volumes:
      - "./src:/go/src"

Start docker container with

$ docker-compose run --rm app sh -l

or If you run Go web server

$ docker-compose run --rm -p "8888:8080" app sh -l

Then in docker container create .go file and run

$ go run example/main.go
Hello, playground

forthebadge

About

Alpine Linux Docker image for Golang Development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/dogrocker/docker-alpine-go-dev

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy