Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olliefr/go-docker-example
An example of compiling and running an application written in Go in a Docker container.
https://github.com/olliefr/go-docker-example
docker dockerfile example go golang tutorial
Last synced: about 1 month ago
JSON representation
An example of compiling and running an application written in Go in a Docker container.
- Host: GitHub
- URL: https://github.com/olliefr/go-docker-example
- Owner: olliefr
- License: apache-2.0
- Created: 2021-02-12T11:03:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T07:06:24.000Z (almost 4 years ago)
- Last Synced: 2024-11-03T07:22:45.406Z (3 months ago)
- Topics: docker, dockerfile, example, go, golang, tutorial
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go in Docker Example
A (naive) key-value store example for Docker's _Getting Started with Go_ tutorial.
Copyright Oliver Frolovs 2020, released under the Apache 2.0 license.