2020年4月13日

摘要: k3s默认使用container 两者命令对比表: idcontainerd 命令docker 命令备注 1 ctr image ls docker images 获取image信息 2 ctr image pull nginx docker pull nginx pull 一个nginx的imag 阅读全文
posted @ 2020-04-13 14:47 studyphp 阅读(2183) 评论(1) 推荐(0) 编辑
摘要: https://goproxy.io/zh/ 阅读全文
posted @ 2020-04-13 10:57 studyphp 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1、删除悬空镜像 docker rmi $(docker images -f "dangling=true" -q) docker image prune -a -f #显示所有的容器,过滤出Exited状态的容器,取出这些容器的ID, sudo docker ps -a|grep Exited|a 阅读全文
posted @ 2020-04-13 10:24 studyphp 阅读(904) 评论(0) 推荐(0) 编辑
摘要: 1、先更新代码 git pull origin master 本地有修改git stash 忽略掉 2、git revert <commit-id> 回到某个commit 3、提交到远程 git push origin master -f 一般master是受保护的,如果强推,先在gitlab 上去 阅读全文
posted @ 2020-04-13 10:20 studyphp 阅读(3692) 评论(0) 推荐(0) 编辑

导航