Remove unused control
diff --git a/docker/control.sls b/docker/control.sls
deleted file mode 100644
index e69de29..0000000
--- a/docker/control.sls
+++ /dev/null
diff --git a/docker/init.sls b/docker/init.sls
index eb9dcb5..6f3208e 100644
--- a/docker/init.sls
+++ b/docker/init.sls
@@ -3,9 +3,6 @@
 {%- if pillar.docker.host is defined %}
 - docker.host
 {%- endif %}
-{%- if pillar.docker.control is defined %}
-- docker.control
-{%- endif %}
 {%- if pillar.docker.compose is defined %}
 - docker.compose
 {%- endif %}