会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
归来是少年
博客园
首页
新随笔
联系
订阅
管理
随笔 - 237
文章 - 0
评论 - 0
阅读 -
46731
01 2022 档案
Docker 容器之间数据共享
摘要:前置下载好centos镜像 创建一个新容器,命名为centos01,数据卷挂载为 宿主机/root/test_volume:容器内/home/volume 创建一个新容器,命名为centos02,数据卷挂载继承容器(centos01) 在宿主机/root/test_volume 目录下创建一个tes
阅读全文
posted @
2022-01-26 15:30
弩哥++
阅读(235)
评论(0)
推荐(0)
编辑
docker服务设置开机自启
摘要:每次启动虚拟机后,都要手动的去启动docker服务,有点麻烦,可以设置为开机自动启动 systemctl enable docker 容器自动启动 --restart=always
阅读全文
posted @
2022-01-26 14:05
弩哥++
阅读(377)
评论(0)
推荐(0)
编辑
公告
昵称:
弩哥++
园龄:
3年9个月
粉丝:
0
关注:
4
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
Appium(3)
Charles(1)
css(14)
Docker(25)
elasticsearch(1)
FastApi(3)
Git(3)
Golang(7)
gRPC(2)
Java(2)
JavaScript(5)
Jenkins(10)
Jmeter(2)
Kubernetes(42)
Kubesphere(1)
Linux(5)
Micro(1)
Moco(1)
MongoDB(5)
mysql(12)
Node(2)
postman(5)
pycharm(1)
pymongo(1)
pytest(2)
Python(12)
Requests(1)
Shell(2)
Shell练习题(1)
sonarqube(1)
Sql(7)
SqlServer和Mysql语法区别(2)
Sql练习题(42)
渗透测试(7)
随笔(2)
网络(3)
更多
随笔档案
2024年6月(1)
2023年12月(1)
2023年10月(10)
2023年9月(5)
2023年8月(14)
2023年7月(12)
2023年5月(13)
2023年4月(4)
2023年3月(11)
2023年2月(5)
2023年1月(5)
2022年12月(6)
2022年11月(13)
2022年10月(33)
2022年9月(5)
2022年8月(1)
2022年7月(2)
2022年6月(7)
2022年5月(1)
2022年4月(1)
2022年3月(7)
2022年2月(1)
2022年1月(2)
2021年12月(17)
2021年11月(1)
2021年10月(2)
2021年9月(1)
2021年8月(56)
阅读排行榜
1. windows环境安装make命令(5978)
2. Jenkins 使用Send files or execute commands over SSH 插件时,报ERROR: Exception when publishing, exception message [Exec exit status not zero. Status [1]](2071)
3. postman如何使用md5 、base64加密传参(1989)
4. 安装 kubeadm、kubelet 和 kubectl(1981)
5. 从一台Linux机器拷贝文件到另一台linux机器(1503)
推荐排行榜
1. 今天,准备走人了(1)
2. flex布局入门(1)
3. Sqlalchemy模型创建时间避弹坑(1)
点击右上角即可分享