会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chenk1032
博客园
首页
新随笔
联系
管理
订阅
2020年8月29日
Jenkins添加docker从节点
摘要: jenkins on Windows10 192.168.1.8, docker on Ubuntu, 192.168.1.11 从ubuntu create 一个image from dockerfile, 从Jenkins添加这个image做从节点。 1. 配置docker host to en
阅读全文
posted @ 2020-08-29 08:06 chenk1032
阅读(2902)
评论(1)
推荐(0)
2020年8月24日
github ssh
摘要: $ clip < ~/.ssh/id_rsa.pub # paste onto github settings-- ssh keys # test ssh connection to github with 443 port $ ssh -T -p 443 git@ssh.github.com #
阅读全文
posted @ 2020-08-24 15:20 chenk1032
阅读(71)
评论(0)
推荐(0)
2020年8月23日
通过ssh连接 ubuntu到windows10 / windows10到ubuntu
摘要: ubuntu to win10: on ubuntu: sudo apt-get install ssh sudo service ssh start ssh-keygen -t rsa ssh-add ~/.ssh/id_rsa ssh-copy-id user@host win10 to ubu
阅读全文
posted @ 2020-08-23 18:37 chenk1032
阅读(1208)
评论(0)
推荐(0)
公告