diff options
Diffstat (limited to 'ubuntu-18.04-go/README')
-rw-r--r-- | ubuntu-18.04-go/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ubuntu-18.04-go/README b/ubuntu-18.04-go/README new file mode 100644 index 0000000..0eb99ea --- /dev/null +++ b/ubuntu-18.04-go/README @@ -0,0 +1,3 @@ +This image is prepared to build Go packages for Ubuntu 18.04 from any platform with docker. Use: + + $ docker run -v.:/build ubuntu-18.04-go:latest go build |