用 Golang 写了一个小功能,想部署到的服务器上。这里就简单记录一下过程吧。我现在用的 Go 的版本是 1.5.1,直接用安装包安装的,Mac OS X 平台。
交叉编译Golang 的交叉编译还是蛮方便的。首先用go env查看一下本机的 go 环境
12345678910111213141516$ go envGOARCH="amd64"GOBIN="&quo
I am having trouble figuring out how we can use docker build behind a SOCKS5 proxy.
Example Dockerfile:
FROM clearlinux:base
RUN swupd bundle-add c-basic
Doing docker build --build-arg="ALL_PRO...
To build a certain image I need to create a tunnel and make docker use this tunnel as a socks5 proxy (to use the proxy for DNS too).
So now i've got several problems:
How to make docker use the p...
Tecnativa/docker-socket-proxy: Proxy over your Docker socket to restrict which requests it accepts
Proxy over your Docker socket to restrict which requests it accepts - Tecnativa/docker-socket-proxy: Proxy over your Docker socket to restrict which requests it accepts