we need a synchronizer with docker baked into it
diff --git a/containers/onboarding_synchronizer/Dockerfile b/containers/onboarding_synchronizer/Dockerfile
new file mode 100644
index 0000000..77d979b
--- /dev/null
+++ b/containers/onboarding_synchronizer/Dockerfile
@@ -0,0 +1,6 @@
+FROM       xosproject/xos-synchronizer-openstack
+
+RUN bash -c "which docker > /dev/null || wget -qO- https://get.docker.com/ | sh"
+# | sh usermod -aG docker root"
+
+CMD update-ca-certificates && /usr/bin/supervisord -c /etc/supervisor/conf.d/synchronizer.conf