源码聚合搜索 - 壹搜网为您找到"

ejin/docker-whale

"相关结果 30条

docker/ucp-auth

Please refer to the docker/ucp image for more information
hub.docker.com

docker/compose

Define and run multi-container applications with Docker https://docs.docker.com/compose/
hub.docker.com

docker

Docker in Docker! (commonly known as "dind")
hub.docker.com

Docker

The Docker CLI is the official command-line interface for Docker. It provides commands to build, run, and manage Docker containers and images.
hub.docker.com

docker/ucp-interlock

hub.docker.com

docker/ucp-controller

Please refer to the docker/ucp image for more information
hub.docker.com

docker/ucp-auth-store

Please refer to the docker/ucp image for more information
hub.docker.com

docker/ucp-metrics

hub.docker.com

Docker入门实战(四)——基于jenkins部署微服务_蜗牛2号的博客-CSDN博客

一、部署前端Vue项目 第一步、编写构建脚本xxx-build.sh port=xxx #根据端口号查询对应的pid pid=$(netstat -nlp | grep :$port| awk'{print $7}'| awk -F"/"'{ print $1 }'); #杀掉对应的进程,如果pid
blog.csdn.net