Changes

Jump to: navigation, search

Docker

3 bytes added, 17:55, 22 June 2018
Create machine
docker-machine create -d <hybervisor driver name> --<hypervisor options> <>
</pre>
 
* -d: hypervisor driver. Default value: "virtalbox". For KVM use: "kvm".
* --kvm-network: The name of the kvm virtual network that we would like to use. If this is not set, the new machine will be connected to the '''"default"''' KVM virtual network.
{{note|Even with the --kvn-network parameter provided, two new interface will be interfaces are created for every new VM.* one for the virtual network provided by , described with the --kvm-network parameter* docker-machines will create a second, isolated virtual network called "'''docker-machines'''", that the new VM will be is also connected to}} 
<pre>
# docker-machine create -d kvm --kvm-network "docker-network" manager

Navigation menu