Home  >  Q&A  >  body text

boot2docker为什么能操作到物理机

PHP中文网PHP中文网2707 days ago590

reply all(2)I'll reply

  • 迷茫

    迷茫2017-04-24 09:15:53

    Docker is installed in the virtual machine
    Then it goes like this:
    The directory of the host is mounted to the virtual machine,
    Then the docker of the virtual machine uses volume to map the directory to the docker container

    reply
    0
  • 怪我咯

    怪我咯2017-04-24 09:15:53

    The principle of boot2docker is to install a streamlined version of Linux virtual machine. The management method and command parameters look very similar to vagrant. I don’t know if it is packaged vagrant. By default, the home directory of the host is mounted to the virtual machine.

    reply
    0
  • Cancelreply