allowing the testbox container to run docker

Change-Id: I8a4a667ce5b773479a08f1b8e059f1c3d7cf8b4e
diff --git a/Vagrantfile b/Vagrantfile
index ec4565a..f24057b 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -60,6 +60,9 @@
     config.vm.provider :lxc do |lxc|
         # Same effect as 'customize ["modifyvm", :id, "--memory", "1024"]' for VirtualBox
         lxc.customize 'cgroup.memory.limit_in_bytes', '2048M'
+        lxc.customize 'aa_profile' = unconfined
+        lxc.customize 'cgroup.devices.allow = b 7:* rwm'
+        lxc.customize 'cgroup.devices.allow = c 10:237 rwm'
     end
   end