allowing the testbox container to run docker

Change-Id: I0b8978b602346def4b8580294d20a89094f9ad33
diff --git a/Vagrantfile b/Vagrantfile
index f24057b..b01337b 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -60,9 +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'
+        lxc.customize 'aa_profile', 'unconfined'
+        lxc.customize 'cgroup.devices.allow', 'b 7:* rwm'
+        lxc.customize 'cgroup.devices.allow', 'c 10:237 rwm'
     end
   end