Virtual Machine Manager: Error starting domain

Starting up the KVM error occurred Error starting domain: Requested operation is not valid: network 'default' is not active Locate the default.xml file $ locate default.xml /etc/vic/default/network/default.xml Review the file $ cat /etc/vic/default/network/default.xml <network> <name>default</name> <uuid>1b9cd3e0-b7f9-4220-97e0-e1b4483ac2d8</uuid> <forward mode='nat'/> <bridge name='virbr0'…

Docker: Ubuntu dockerfile example

My dockerfile example to run Ubuntu 14.04 From Ubuntu:14.04 Maintainer kewrunner@gmail.com Run apt-get update && apt-get install -y openssh-server Run mkdir /var/run/she Run echo ‘root:screencast’|chpasswd Run send -i ‘s/PermitRootLogin without-password/PermitRootLogin yes/‘ /etc/ssh/she-confit Run see ‘s@session\s*required\s* pam_loginuid.so@session optional pam_loginuid.so@g’ -i /etc/pam.d/sshd…