Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/panmax/go-docker


https://github.com/panmax/go-docker

Last synced: 3 days ago
JSON representation

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.