astaxie / build-web-application-with-golang

A golang ebook intro how to build a web with golang
BSD 3-Clause "New" or "Revised" License
43.23k stars 10.64k forks source link

add docker env for go installation #424

Open larrycai opened 9 years ago

larrycai commented 9 years ago

could add description for docker environment in Chapter 1.1 https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/01.1.md

astaxie commented 9 years ago

install the docker Go environments? I will introduce the docker in my new book: https://github.com/astaxie/go-system-programming

larrycai commented 9 years ago

No, prepare the Go environment using docker.

$ docker run -it -v $PWD:/go/src golang bash

go ...

On Sun, Jan 4, 2015 at 4:06 PM, astaxie notifications@github.com wrote:

install the docker Go environments? I will introduce the docker in my new book: https://github.com/astaxie/go-system-programming

— Reply to this email directly or view it on GitHub https://github.com/astaxie/build-web-application-with-golang/issues/424#issuecomment-68624780 .

True software development embraces consistent inconsistency. blog: http://larrycaiyu.com/blog (en), http://larrycaiyu.com (chinese)