/go-docker

Go API using Gin containerised using Docker

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

go-docker

Simple Go API using the Gin HTTP framework containerised using Docker.

All you have to do is clone this repo and run the following commands:
docker build -t go-docker -f Dockerfile .
docker run -d -p 8080:8080 go-docker
curl localhost:8080

You should see the following output from the curl command:
OK