Sign inSign up

frolvlad/alpine-go

By frolvlad

Updated over 1 year ago

The smallest Docker image with Go (126MB)

Buildkit cache
Image
11

500K+

frolvlad/alpine-go repository overview

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!

Tag summary

Content type

Image

Digest

sha256:24095e03b

Size

122.6 MB

Last updated

over 1 year ago

docker pull frolvlad/alpine-go