Following the "Learning Cloud Native Go" tutorial. W.I.P
- 🐳 Make sure you have Docker on your system. If not, visit and go through Dockers' Getting Started doc.
- Clone this repository.
git clone https://github.com/ginFocus7/go-cloudnative-practice.git
- Run
docker-compose build
thendocker-compose up
on the root folder. - 🚀 The site should now be running on
localhost:8080
assuming no Docker setup errors.
NOTE: Built Docker image is ~500 MB. To remove the image, on the command prompt run docker images
to find the Image ID, then docker rmi -f <image_id>
Personal Note: I need to better understand how logging works