2019-06-21

使用 SSH 連入 Windows 10 的 docker VM (MobyLinuxVM)

markdown 因為使用 `docker volume create --name voluem_name` 指令建立的內容會儲存在 docker vm 中,上網查到連入 docker vm 的連線方式:
docker run --privileged -it -v /var/run/docker.sock:/var/run/docker.sock jongallant/ubuntu-docker-client 
docker run --net=host --ipc=host --uts=host --pid=host -it --security-opt=seccomp=unconfined --privileged --rm -v /:/host alpine /bin/sh
chroot /host
#參考: - [How can I SSH into the Beta’s MobyLinuxVM](https://forums.docker.com/t/how-can-i-ssh-into-the-betas-mobylinuxvm/10991/7) - [How to SSH into the Docker VM (MobyLinuxVM) on Windows - 2017-11-15](https://blog.jongallant.com/2017/11/ssh-into-docker-vm-windows/) - [docker volume](https://docs.docker.com/engine/reference/commandline/volume/)

沒有留言:

adsense