https://github.com/rjeczalik/golang-docker
Official golang images with docker and docker-compose packages.
https://github.com/rjeczalik/golang-docker
docker docker-compose golang
Last synced: 2 months ago
JSON representation
Official golang images with docker and docker-compose packages.
- Host: GitHub
- URL: https://github.com/rjeczalik/golang-docker
- Owner: rjeczalik
- License: apache-2.0
- Created: 2019-01-13T12:13:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T06:38:49.000Z (over 7 years ago)
- Last Synced: 2024-12-27T09:41:13.711Z (over 1 year ago)
- Topics: docker, docker-compose, golang
- Language: Shell
- Homepage: https://cloud.docker.com/u/rjeczalik/repository/docker/rjeczalik/golang-docker
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golang-docker
An official `golang` docker images with installed `docker` and `docker-compose` packages.
### Usage
The build.sh script builds golang-docker image and pushes it to hub.docker.io.
```bash
./build.sh rjeczalik/golang-docker 1.9.2 1.11.4 latest
```
To list all official golang tags:
```bash
./list.sh
```