Skip to content

Docker-Hub-frolvlad/docker-alpine-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Stars Docker Pulls

Go Docker image

This image is based on Alpine Linux image, which is only a 5MB image, and contains Go.

Download size of this image is only:

Usage Example

$ echo -e 'package main; import "fmt"; func main() { fmt.Println("Hello World") }' > qq.go
$ docker run --rm -v `pwd`:/tmp frolvlad/alpine-go go run /tmp/qq.go

Once you have run this command you will get printed 'Hello World' from Go!

About

The smallest Docker image with Go compiler (126MB)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •