Closed guiscaranse closed 6 years ago
As reported here seems like Context
is already included in the standard library in Go. Not sure tho, if its a issue with this repository or if it is a issue with Docker itself
Hi @guiscaranse, I had the same issue and fixed it by downloading the latest stable version of go
, available here: https://golang.org/dl/
sudo rm /usr/bin/go
sudo ln -s /usr/local/go/bin/go /usr/bin/go
As you mentioned, Context
is included in the standard library from version 1.7, you should be able to compile Docker with the script by using any newer version of Go (on my Armbian distrib, the version downloaded with apt-get
was 1.6...)
When building the docker as specified in the README i get the following error: