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
- Host: GitHub
- URL: https://github.com/erguotou520/alpine-go
- Owner: erguotou520
- Created: 2017-08-03T07:21:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T06:15:27.000Z (almost 9 years ago)
- Last Synced: 2025-03-20T12:26:00.209Z (over 1 year ago)
- Topics: dockerfile, go, golang
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```