문제

I'm just getting started with Docker and use a MacBook Pro for development work. I see the Docker instructions recommend using Virtual Box and Boot2Docker in this environment. Anyone know if it would also work in a Linux VM in Parallels?

도움이 되었습니까?

해결책

You can totally run Docker in another kind of Linux VM.

If you already have some kind of Linux VM running, just check Docker installation instructions for the distro installed in the Linux VM.

If you don't have a Linux VM, or if you don't want to touch your existing Linux VM, you can also download boot2docker, and when creating the new VM, just attach the boot2docker image as a virtual CD-ROM image or a virtual hard disk image (yes, it actually supports both).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top