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

https://github.com/erguotou520/alpine-go

golang env with apline base image
https://github.com/erguotou520/alpine-go

dockerfile go golang

Last synced: about 1 year ago
JSON representation

golang env with apline base image

Awesome Lists containing this project

README

          

# alpine-go
Base `golang` docker image with `go` and `git` installed

## Usage
```
FROM erguotou/alpine-go
RUN your code
```