Ubuntu | /etc/default/docker |
RHEL6/CentOS6 | /etc/sysconfig/docker |
Systemd(CoreOS) | /usr/lib/systemd/system/docker.service |
export http_proxy=http://foo%40bar.com:password@proxy.bar.com:3124/ export https_proxy=http://foo%40bar.com:password@proxy.bar.com:3124/
Proxyのユーザ名に @ がある場合には %40 にする
other_args="-d -s vfs"
other_args="--exec-driver=lxc --selinux-enabled --dns=10.0.238.70"
other_args="--exec-driver=lxc --selinux-enabled --dns=10.0.238.70"