-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker 小问题集中营 #98
Comments
|
注意 HTTP_PROXY 与 HTTPS_PROXY 须为大写。 |
Dockerfile 中 CMD 命令为: 即确保 COPY 的可执行文件有 |
通过 查看 basesize:
再次 build ,成功。不过这样的话,使用该image的机器都得调整 basesize,还是比较麻烦的。所以尽量减小 image 尺寸。 |
执行
|
使用
etcd --name xxx --initial-advertise-peer-urls ... --initial-cluster-state new
重启 etcd 报错:etcdmain: member 4a77989596e4f4e2 has already been bootstrapped
。将
--initial-cluster-state new
改为--initial-cluster-state existing
即可。The text was updated successfully, but these errors were encountered: