Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panmax/go-docker
https://github.com/panmax/go-docker
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/panmax/go-docker
- Owner: Panmax
- Created: 2019-11-20T11:34:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T12:09:05.000Z (about 5 years ago)
- Last Synced: 2024-12-01T12:18:04.699Z (2 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go in Docker container
This project contains a simple Go server that is running in a Docker container.
Whenever changes are made to the Go code the code is automatically recompiled and run.## Usage
To spin up the Docker container run
```
docker-compose up
```
Then visit `localhost` in your browser to view the API.