From 8ec7c53fa58c8d03228a2b967a322452efab819d Mon Sep 17 00:00:00 2001 From: Kiswono Prayogo Date: Fri, 27 Nov 2020 23:38:48 +0700 Subject: [PATCH] Update README.md added related blog --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 64eebb5..792aa5b 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,11 @@ The CI is configured in the [ci.yaml file](./.github/workflows/ci.yaml). By containerizing the toolchain, the CI relies on the toolchain we defined in the Dockerfile and doesn't require any custom setup. +## Related Blog + +* [https://www.docker.com/blog/containerize-your-go-developer-environment-part-1/](https://www.docker.com/blog/containerize-your-go-developer-environment-part-1/) +* [Containerize Your Go Developer Environment – Part 2](https://www.docker.com/blog/containerize-your-go-developer-environment-part-2/) + ## Read more * [Docker build reference documentation](https://docs.docker.com/engine/reference/commandline/build/)