Git: gnutls_handshake() failed: Error in the pull function

 apt-get -y install build-essential nghttp2 libnghttp2-dev libssl-dev

安装 docker-impala时,执行

git clone https://github.com/codingtony/docker-impala.git

报了Git: gnutls_handshake() failed: Error in the pull function错误。执行上面的命令完成下载。

然后依次执行

cd docker-impala
docker build -t codingtony/impala .

后续的操作参考codingtony / docker-impal 

你可能感兴趣的:(基础,docker,git)