上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: https://www.cnblogs.com/likecoke/p/18107776 阅读全文
posted @ 2022-12-07 09:39 忧伤恋上了快乐 阅读(20) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/yinzhengjie/p/10425200.html 阅读全文
posted @ 2022-11-30 14:40 忧伤恋上了快乐 阅读(20) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_53840970/article/details/124736793 阅读全文
posted @ 2022-11-29 17:42 忧伤恋上了快乐 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ycx123/p/10825934.html 阅读全文
posted @ 2022-11-29 17:35 忧伤恋上了快乐 阅读(51) 评论(0) 推荐(0) 编辑
摘要: docker默认存储路径是/var/lib/docker,占用服务器根分区。容易导致磁盘空间占满 停止docker 1 systemctl stop docker 创建新的存储路径 1 mkdir /home/docker -p 迁移数据 1 rsync -avz /var/lib/docker / 阅读全文
posted @ 2022-11-25 12:44 忧伤恋上了快乐 阅读(288) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wuraox/article/details/114848094 阅读全文
posted @ 2022-11-24 15:13 忧伤恋上了快乐 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Linux下由于某些用途需要限制个别文件夹大小,可以使用镜像文件挂载的形式来实现。 1、创建一个指定大小的磁盘镜像文件:dd if=/dev/zero of=/root/disk.img bs=2M count=10。这样就创建了一个大小为20M的磁盘镜像。 2、挂载为设备:losetup /dev 阅读全文
posted @ 2022-11-14 11:41 忧伤恋上了快乐 阅读(2031) 评论(0) 推荐(0) 编辑
摘要: http://www.kaotop.com/it/180973.html 由于工作需要,需要给Docker设置固定IP,在网上的查找了一些资料,自己试着实践一下,留个笔记。 经常用Docker模拟项目在生产环境中的部署,往往需要同时开好几台Docker容器,而且有时安装的软件需要绑定Docker局域 阅读全文
posted @ 2022-11-10 14:09 忧伤恋上了快乐 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/tianshiyeben/article/details/118756889 阅读全文
posted @ 2022-11-08 17:04 忧伤恋上了快乐 阅读(180) 评论(0) 推荐(0) 编辑
摘要: Docker安装Oracle(以Oracle_11g为例)拉取oracle_11g镜像: docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g 运行容器 1 docker run -d -p 1521:1521 --name 阅读全文
posted @ 2022-11-03 09:18 忧伤恋上了快乐 阅读(330) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页