Horje
creating docker based vms with ranchervm but requires KVM installed Code Example
creating docker based vms with ranchervm but requires KVM installed
# Introducing RancherVM: Package and Run Virtual Machines as Docker Containers

docker run -v /var/run/docker.sock:/var/run/docker.sock -p 8080:80 -v /tmp/ranchervm:/ranchervm rancher/ranchervm
docker run -e "RANCHER_VM=true" --cap-add NET_ADMIN -v /tmp/ranchervm:/ranchervm --device /dev/kvm:/dev/kvm --device /dev/net/tun:/dev/net/tun rancher/vm-rancheros
Source: www.suse.com




Shell

Related
restart fstab ununtu Code Example restart fstab ununtu Code Example
list installed dotnet versions Code Example list installed dotnet versions Code Example
check processor in ubuntu Code Example check processor in ubuntu Code Example
using docker as a managed vm Code Example using docker as a managed vm Code Example
check size folder terminal Code Example check size folder terminal Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11