Update docker image download size.

This commit is contained in:
Péter Szilágyi 2014-08-08 13:33:03 +03:00
parent fca7986052
commit 9ad0388ef3

View File

@ -33,13 +33,13 @@ My solution to the challenge of cross compiling Go code with embedded C snippets
(i.e. CGO_ENABLED=1) is based on the concept of [lightweight Linux containers](http://en.wikipedia.org/wiki/LXC).
All the necessary Go tool-chains, C cross compilers and platform headers/libraries
have been assembled into a single Docker container, which can then be called as if
a single command to build a Go package to various platforms and architectures.
a single command to compile a Go package to various platforms and architectures.
Installation
------------
Although you could build the container manually, it is available as an automatic
trusted build from Docker's container registry (note, 530+ MB):
trusted build from Docker's container registry (67MB base + 472MB xgo):
docker pull karalabe/xgo