This will kill/delete all existing containers (and ignore images -> minimal re-downloading)
+ currently we do not export anything anywhere -> runtime-changes will likely be lost.
+ ``vagrant rsync``
-+ ``vagrant provision``
\ No newline at end of file
++ ``vagrant provision``
++ wait
+
+### libvirt support
+We now support multiple hypervisors! :)
++ Get a working libvirt setup.
++ Get the libvirt vagrant plugin: ``CONFIGURE_ARGS="with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib64" vagrant plugin install vagrant-libvirt``
++ ``vagrant up --provider=libvirt``
++ wait
+
+
+## Our services
++ [analysis](service-analysis/README.md)
++ [fallback](service-fallback/README.md)
++ [reporting](service-reporting/README.md)
++ [twitter](service-twitter/README.md)