This sample project is part of the workshop "Containerization with Docker" by Microverse. Find out more about the workshop:
👉 "Containerization with Docker" workshop
- Verify if Go is installed
go version
- Clone the project to your machine:
git clone https://github.com/microverseinc/docker-workshop-go
- Install dependencies
go get .
- Run the application
go run .
If you need any help, send a message to the Slack channel #modern-ci-cd-with-docker-demo-workshop!