https://github.com/gregoryv/dockerdemo
Show how to use docker with static go file and linked containers
https://github.com/gregoryv/dockerdemo
Last synced: about 1 year ago
JSON representation
Show how to use docker with static go file and linked containers
- Host: GitHub
- URL: https://github.com/gregoryv/dockerdemo
- Owner: gregoryv
- License: mit
- Created: 2022-10-29T13:28:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T13:31:33.000Z (over 3 years ago)
- Last Synced: 2025-02-05T07:19:25.312Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
dockerdemo - showing how to link containers in docker compose
## Quick start
$ git clone git@github.com:gregoryv/dockerdemo.git
$ cd dockerdemo
$ CGO_ENABLED=0 go build -ldflags="-s -w" .
$ docker build -t x .
$ docker-compose up