A Dockerized HTTP Server example built with Go.
Table of Contents
This project was created for me to get familiar with Docker and GitHub Actions. It's a basic HTTP Server example which was yanked directly from the Golang Docs
Please feel free to take a look at the workflow file which builds and deploys to DockerHub as well as GitHub Container Registry
Follow these quick and easy steps and you'll be up and running in no time.
This project requires Go
- Clone the repo
git clone https://github.com/TwiggyBuffalo/go-http-server.git
- Run the project with
go run Main.go
See the open issues for a list of proposed features (and known issues).
- Fork the Project
- Make your changes
- Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Twitter - @TwiggyBuffalo
GitHub - TwiggyBuffalo