会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ament
博客园
首页
新随笔
联系
订阅
管理
随笔 - 39
文章 - 0
评论 - 0
阅读 -
33208
04 2022 档案
使用 KuboardSpray 安装kubernetes
摘要:https://kuboard.cn/install/install-k8s.html#kuboard-spray
阅读全文
posted @
2022-04-08 10:57
ament
阅读(79)
评论(0)
推荐(0)
编辑
mysql 容器以及数据打包
摘要:docker部署mysql的问题:带有表及数据的mysql容器,打包成镜像迁移之后,数据丢失 这里给出一个解决方法: 思想:在创建镜像的时候就要修改数据存放的位置。然后启动它。然后正常的建立数据库,commit。这样就好啦!!! 创建镜像,编写Dockerfile: FROM mysql:lates
阅读全文
posted @
2022-04-01 22:41
ament
阅读(265)
评论(0)
推荐(0)
编辑
公告
昵称:
ament
园龄:
5年
粉丝:
1
关注:
1
+加关注
<
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
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
服务器(3)
工具(6)
剑指(1)
随笔档案
2023年12月(1)
2022年6月(2)
2022年4月(2)
2022年3月(1)
2021年12月(1)
2021年10月(2)
2021年9月(1)
2021年8月(2)
2021年7月(2)
2021年6月(1)
2021年5月(1)
2021年4月(2)
2020年11月(4)
2020年10月(2)
2020年9月(1)
2020年8月(3)
2020年7月(1)
2020年6月(1)
2020年3月(2)
2020年2月(7)
更多
阅读排行榜
1. k8s生成token和获取公钥(3965)
2. 'Sort(org.springframework.data.domain.Sort.Direction, java.util.List<java.lang.String>)' has private access in 'org.springframework.data.domain.Sort'(3122)
3. rancher部署镜像(2367)
4. linux python自定义模块导入失败, ModuleNotFoundError: No module named 'resource.model'; 'resource' is not a package(2303)
5. docker修改容器的mysql配置文件(大小写敏感)(1916)
推荐排行榜
1. 'Sort(org.springframework.data.domain.Sort.Direction, java.util.List<java.lang.String>)' has private access in 'org.springframework.data.domain.Sort'(1)
点击右上角即可分享