1 Star 0 Fork 0

noahwang/docker-swift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sshswift.sh 255 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# do not add Docker server to known_hosts, or next time auth will fail
# use sed to extract port from " xxxxx->22 "
ssh -o "UserKnownHostsFile /dev/null" -p `sudo docker ps | grep docker-swift | sed 's/.* \([0-9]*\)->22.*/\1/'` swift@localhost
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/inoah/docker-swift.git
git@gitee.com:inoah/docker-swift.git
inoah
docker-swift
docker-swift
master

搜索帮助