11 2022 档案

摘要:docker pull docker.io/sonatype/nexus3 docker run -id --privileged=true --name=nexus3 --restart=always -p 8081:8081 -v /home/nexus3/nexus-data:/var/nex 阅读全文
posted @ 2022-11-14 12:22 ぶ会编程 阅读(283) 评论(0) 推荐(0)
摘要:# 安装依赖 npm install npm install --registry=https://registry.npm.taobao.org npm config set registry https://registry.npm.taobao.org yarn --registry=http 阅读全文
posted @ 2022-11-10 14:58 ぶ会编程 阅读(44) 评论(0) 推荐(0)
摘要:docker -v # 查看docker版本,检查是否安装成功 docker ps # 查看运行的容器 docker ps -a # 查看所有容器 docker images # 查看本地镜像 docker info # 查看docker的系统级信息 docker pull [image] # 拉取 阅读全文
posted @ 2022-11-10 14:48 ぶ会编程 阅读(50) 评论(0) 推荐(0)
摘要:dev(Development environment):开发环境。用于开发者调试使用。 test:测试环境。 sit(System Integration Test):系统集成测试。 uat(User Acceptance environment):用户验收测试环境。生产环境下的软件测试者测试使用 阅读全文
posted @ 2022-11-08 12:06 ぶ会编程 阅读(3489) 评论(0) 推荐(0)
摘要:#打开阿里云控制台: https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors 转: https://blog.csdn.net/m0_67401545/article/details/124174608# 镜像源https://dock 阅读全文
posted @ 2022-11-06 13:44 ぶ会编程 阅读(86) 评论(0) 推荐(0)