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