如何在docker中挂载Beyond代理套接字?
我有一个在 docker 中运行测试的项目,但我还需要能够使用 SSH 引入依赖项。
I have a project that I run tests in docker, but I also need to be able to pull in dependencies with SSH.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能够安装代理,但我必须使用环境变量集启动 docker for mac。
详细信息请参见:https://github.com/squareup/beyond-ssh-agent /问题/16
I was able to mount the agent, but I had to start docker for mac with an environment variable set.
Details here: https://github.com/squareup/beyond-ssh-agent/issues/16