Update README.md

added related blog
This commit is contained in:
Kiswono Prayogo
2020-11-27 23:38:48 +07:00
committed by GitHub
parent 28d45c91b3
commit 8ec7c53fa5

View File

@@ -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/)