summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker-machine-kvm.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-machine-kvm.install b/docker-machine-kvm.install
new file mode 100644
index 000000000000..29cc642495d3
--- /dev/null
+++ b/docker-machine-kvm.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo Please make sure to start the firewalld and libvirtd daemon before creating any KVM docker machines.
+}