1 Star 0 Fork 23

longjinbin/Thunder

forked from Nepxion/Thunder 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy-image.bat 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
Nepxion 提交于 2018-01-18 15:36 . 修改脚本
@echo on
@echo =============================================================
@echo $ $
@echo $ Nepxion Thunder $
@echo $ $
@echo $ $
@echo $ $
@echo $ Nepxion Studio All Right Reserved $
@echo $ Copyright (C) 2017-2050 $
@echo $ $
@echo =============================================================
@echo.
@echo off
@title Nepxion Thunder
@color 0a
@set REGISTRY_URL=registry.cn-hangzhou.aliyuncs.com
@set REPOSITORY_NAME=nepxion/thunder
@set USER_NAME=nepxion
@set IMAGE_NAME=thunder-service
@set IMAGE_VERSION=latest
@echo Please input password of username=%USER_NAME% for %REGISTRY_URL%:
call docker login --username=%USER_NAME% %REGISTRY_URL%
call docker rmi %REGISTRY_URL%/%REPOSITORY_NAME%:%IMAGE_VERSION%
call docker tag %IMAGE_NAME%:%IMAGE_VERSION% %REGISTRY_URL%/%REPOSITORY_NAME%:%IMAGE_VERSION%
call docker push %REGISTRY_URL%/%REPOSITORY_NAME%:%IMAGE_VERSION%
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/longjinbin/Thunder.git
[email protected]:longjinbin/Thunder.git
longjinbin
Thunder
Thunder
master

搜索帮助