Skip to content

Instantly share code, notes, and snippets.

@zyfyy
Last active November 3, 2021 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zyfyy/5ac746f7c2d30ecbc15090dd7e83bdaf to your computer and use it in GitHub Desktop.
Save zyfyy/5ac746f7c2d30ecbc15090dd7e83bdaf to your computer and use it in GitHub Desktop.
[云原生]#docker #k8s
echo http://mirrors.ustc.edu.cn/alpine/v3.11/main/ >> /etc/apk/repositories
echo http://mirrors.aliyun.com/alpine/v3.11/main/ >> /etc/apk/repositories
RUN set -ex \
&& echo http://mirrors.ustc.edu.cn/alpine/v3.11/main/ >> /etc/apk/repositories \
&& echo http://mirrors.aliyun.com/alpine/v3.11/main/ >> /etc/apk/repositories
RUN apk add --update ca-certificates openssl

查看占用

docker system df
docker system df -v
alias K1='export KUBECONFIG=/root/fuqiang05/appspace/eks-dev.yaml && k config set-context --current --namespace ee-fe-dev'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment