- mongodb - 在 MongoDB mapreduce 中,如何展平值对象?
- javascript - 对象传播与 Object.assign
- html - 输入类型 ="submit"Vs 按钮标签它们可以互换吗?
- sql - 使用 MongoDB 而不是 MS SQL Server 的优缺点
我使用 https://docs.docker.com/docker-for-windows/install/#install-docker-for-windows 在 Windows 10 上安装了 Docker Desktop for Windows .它不使用 VirtualBox 和默认 VM 来托管 docker。
我可以运行容器,但是如何使用 ssh 连接到 docker?
docker-machine ls
不显示我的 docker 主机。
尝试连接到 docker@10.0.75.1 但它需要密码。而用于 boot2docker 虚拟机的 tcuser
不匹配:
ssh docker@10.0.75.1 Could not create directory '/home/stan/.ssh'. The authenticity of host '10.0.75.1 (10.0.75.1)' can't be established. RSA key fingerprint is .... Are you sure you want to continue connecting (yes/no)? yes Failed to add the host to the list of known hosts (/home/stan/.ssh/known_hosts). docker@10.0.75.1's password: Write failed: Connection reset by peer
最佳答案
运行这个:
docker run -it --rm --privileged --pid=host justincormack/nsenter1
Just run this from your CLI and it'll drop you in a container with full permissions on the Moby VM. Only works for Moby Linux VM (doesn't work for Windows Containers). Note this also works on Docker for Mac.
引用: https://www.bretfisher.com/getting-a-shell-in-the-docker-for-windows-vm/
关于docker - 在 Windows 上使用 ssh 连接到 docker daemon,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44370059/
我正在开发一个 voip 调用应用程序。我需要做的是在接到来电时将 Activity 带到前台。我在应用程序中使用 Twilio,并在收到推送消息时开始调用。 问题是我试图在接到任何电话时显示 Act
我是一名优秀的程序员,十分优秀!