1 2 3 4 5 ··· 14 下一页
摘要: 十年行业经验,求一个工作机会,3245792286 阅读全文
posted @ 2023-01-28 11:55 My_blog_s 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/qq_18671415/article/details/116500174?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~de 阅读全文
posted @ 2022-06-10 14:28 My_blog_s 阅读(24) 评论(0) 推荐(0) 编辑
摘要: BOOTPROTO=static ONBOOT=yesIPADDR=192.168.20.113NETMASK=255.255.255.0GATEWAY=192.168.20.2DNS1=8.8.8.8 systemctl restart network 阅读全文
posted @ 2022-06-03 10:12 My_blog_s 阅读(28) 评论(0) 推荐(0) 编辑
摘要: docker stop $(docker ps -aq)docker system prune -fdocker volume rm $(docker volume ls -q)docker image rm $(docker image ls -q)rm -rf /etc/ceph \ /etc/ 阅读全文
posted @ 2022-05-31 13:25 My_blog_s 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 下载一个kubectl文件 放在一个目录下 链接: https://pan.baidu.com/s/1Lkjg-AUtUjsVEDeOWHTgyg?pwd=uqkf 提取码: uqkf 复制这段内容后打开百度网盘手机App,操作更方便哦 #执行kubectlchmod +x ./kubectl#将二 阅读全文
posted @ 2022-05-30 15:13 My_blog_s 阅读(578) 评论(0) 推荐(0) 编辑
摘要: 1参照 https://www.cnblogs.com/qq3245792286/p/16300986.html 2jdk1.8 8u_202 镜像的基础上加上python3.7.4 加上一些其他的包实现Java调用python 处理图片的操作 3docker images 4 docker run 阅读全文
posted @ 2022-05-25 14:46 My_blog_s 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 方式一: sudo docker run -d --restart=unless-stopped \ -p 8080:80 -p 8443:443 \ -e HTTP_PROXY="http://49.235.127.115:3128" \ -e HTTPS_PROXY="http://49.235 阅读全文
posted @ 2022-05-23 17:52 My_blog_s 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 先准备好mysql 新建nacos数据库看我的nacos 脚本 https://www.cnblogs.com/qq3245792286/p/15936192.html 部署服务: nacos单机 nacos集群 这里说下 命名规范:你的名称-0. 参考博文https://www.csdn.net/ 阅读全文
posted @ 2022-05-19 10:45 My_blog_s 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 添加命名空间 你不加也行 就是在default下 完事了 阅读全文
posted @ 2022-05-19 10:39 My_blog_s 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 准备好docker,没有的看我其他的博文,不多说 开始 docker run -d --privileged --restart=unless-stopped -p 8080:80 -p 8443:443 rancher/rancher:v2.5.11 说完了 。。。。。。。。。。。。。。。。。。 阅读全文
posted @ 2022-05-19 10:18 My_blog_s 阅读(251) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 14 下一页