Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

jones2026/go-hello-world

Repository files navigation

Drone (cloud) Docker Image Size (latest semver) Docker Pulls

go-hello-world

Sample go web app to test docker deployments

Running your Hello World docker image

Start your image:

$ docker run -d -p 8080:8080 jones2026/go-hello-world
3e1a2b32e73114333d362ffbb71d4bf13375f8c30e80c622540f58ebbb75ce08
$ curl http://localhost:8080/
Hello World!