user: local password: password TODO: add images can just press enter for can't remove cdrom container may stop so will need to start with ``` virsh start mirror ``` after starting check the ip address of the vm with ``` virsh net-dhcp-leases mirbr0 ``` and ssh ``` ssh local@192.168.123.XXX ``` in the machine switch to root and update before installing some packages and cloning the repo ``` $ sudo su $ cd $ apt update && apt upgrade $ apt install git ansible $ git clone https://git.csclub.uwaterloo.ca/public/mirror-env.git ``` then enter `mirror-env/mirror` and use the instructions listed there