Last active
July 10, 2020 15:35
-
-
Save realfirst/dbfaeb1c98978de08000a32bfba61236 to your computer and use it in GitHub Desktop.
docker & k8s
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
将本地docker镜像放入minikube环境 | |
docker save altinity/clickhouse-operator | (eval $(minikube docker-env) && docker load) | |
docker编译go module dockerfile 代理环境设置 | |
ENV GOPROXY https://goproxy.cn | |
run clickhouse | |
docker run -d --name clickhouse-server --ulimit nofile=262144:262144 --volume=$HOME/cl-store:/var/lib/clickhouse yandex/clickhouse-server:20.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment