分类
专题
标签
排序
go-zero框架验证api-rpc调用
[cc lang='bash'] 进入入 golang 容器 $ docker exec -it gonivinck_golang_1 bash 使用 nivin 命令工具 nivin install 安装项目依赖命令。 $ ./nivin install nivin start [rpc|api] [service_...
docker各种清理命令
docker使用和测试过程中,会遇到需要清理就镜像等操作,可以使用以下命令 杀死所有正在运行的容器 docker stop $(docker ps -a -q) 容器清理 删除所有关闭的容器 docker rm $(docker ps -a -f s...
docker镜像加速器
国内从 docker hub 拉取镜像时速度非常慢,国内的一些免费加速镜像服务器。 docker bub docker 官方仓库加速镜像配置: 修改/etc/docker/daemon.json文件: { 'registry-mirrors': [ 'https://d...
Dockerfile执行rm提示rm: cannot remove分析
Centos7.2下Dockerfile执行rm提示rm: cannot remove xxx Directory not empty问题分析 Dockerfile执行rm操作,docker build最后提示rm: cannot remove xxx Directory not empty rm: can't remov...
Centos7.2下Dockerfile执行rm提示rm: cannot remove分析
Centos7.2下Dockerfile执行rm提示rm: cannot remove xxx Directory not empty问题分析 Dockerfile执行rm操作,docker build最后提示rm: cannot remove xxx Directory not empty rm: can't remov...