Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 415 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 415 Bytes

构建应用镜像

    
        docker build --build-arg BUILD_ID="dev-boot-demo" -t="xxxx/boot-demo" .
    

shell

build-app.sh

构建app镜像

docker-push.sh

推送app镜像到远程仓库

run-app.sh

运行app镜像

BUILD_ID 是构建id,具有唯一性,类似jenkins的JOB_NAME,在/var/lib/boot-build/目录下生成BUILD_ID.jar,相同名称会被覆盖