md
This commit is contained in:
parent
1e4dacb37d
commit
8b4d63e76e
24
aliyun_docker.sh
Normal file
24
aliyun_docker.sh
Normal file
@ -0,0 +1,24 @@
|
||||
|
||||
#docker login --username=hi20190207@aliyun.com crpi-bd9iqe8eha8h86el.cn-shanghai.personal.cr.aliyuncs.com
|
||||
# 123456
|
||||
|
||||
cp /app/jdk/jdk-8u202-linux-x64.tar.gz ./
|
||||
|
||||
docker build -t emis-server .
|
||||
|
||||
#docker run -it -d --name emis-server -p 19088:9088 emis-server:latest
|
||||
|
||||
# -- docker push to hub.k8s.loc --
|
||||
docker tag emis-server:latest crpi-bd9iqe8eha8h86el.cn-shanghai.personal.cr.aliyuncs.com/xdadan/emis-server:latest
|
||||
|
||||
docker push crpi-bd9iqe8eha8h86el.cn-shanghai.personal.cr.aliyuncs.com/xdadan/emis-server:latest
|
||||
|
||||
# -- k8s --
|
||||
# kubectl apply -f k8s.yml
|
||||
|
||||
# -- helm --
|
||||
# helm
|
||||
# helm create logistic-helm
|
||||
# helm package logistic-helm
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user