From 0aa68572e755bab5157caaec6ba8ec4a81a380e0 Mon Sep 17 00:00:00 2001
From: Frankie Robertson <frankie@robertson.name>
Date: Fri, 13 Apr 2018 13:53:39 +0300
Subject: [PATCH] Add note about kernels without aufs

---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index 3df3a53..2997db5 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,21 @@ $ HETZNER_API_TOKEN=QJhoRT38JfAUO037PWJ5Zt9iAABIxdxdh4gPqNkUGKIrUMd6I3cPIsfKozI5
      some-machine
 ```   
 
+### Dealing with kernels without aufs
+
+If you use an image without aufs, like the one currently supplied with the
+debian-9 image, you can try specifying another storage driver, such as
+overlay2. Like so:
+
+```bash
+$ docker-machine create \
+  --engine-storage-driver overlay2
+  --driver hetzner \
+  --hetzner-image debian-9 \
+  --hetzner-api-token=QJhoRT38JfAUO037PWJ5Zt9iAABIxdxdh4gPqNkUGKIrUMd6I3cPIsfKozI513sy \
+  some-machine
+```
+
 ### Using Cloud-init
 
 ```bash
-- 
GitLab