diff options
author | Andrew Gerrand <adg@golang.org> | 2014-09-28 13:53:21 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2014-09-28 13:53:21 +1000 |
commit | 5de5ac98e8d27d16755b3ab896ef8c2671b38091 (patch) | |
tree | 5c8ff0b5c38c4a5a7aa128decb3928df6571a84e | |
parent | 4b745528cbfa9e2ef12d6093cb5babcd76c5bfca (diff) |
go.blog: add link to Docker blog
LGTM=crawshaw
R=golang-codereviews, crawshaw
CC=golang-codereviews
https://golang.org/cl/145460043
-rw-r--r-- | content/docker.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docker.article b/content/docker.article index 90c8e66..5b8269e 100644 --- a/content/docker.article +++ b/content/docker.article @@ -194,7 +194,7 @@ This is just the tip of the iceberg—there's a lot more you can do with Go, Doc To learn more about Docker, see their [[https://docs.docker.com/][extensive documentation]]. -To learn more about Docker and Go, see the [[https://registry.hub.docker.com/_/golang/][official golang Docker Hub repository]]. +To learn more about Docker and Go, see the [[https://registry.hub.docker.com/_/golang/][official `golang` Docker Hub repository]] and Kelsey Hightower's [[https://medium.com/@kelseyhightower/optimizing-docker-images-for-static-binaries-b5696e26eb07][Optimizing Docker Images for Static Go Binaries]]. To learn more about Docker and [[http://cloud.google.com/compute][Google Compute Engine]], see the [[https://cloud.google.com/compute/docs/containers/container_vms][Container-optimized VMs page]] |