We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a146ed commit 0aa6857Copy full SHA for 0aa6857
README.md
@@ -42,6 +42,21 @@ $ HETZNER_API_TOKEN=QJhoRT38JfAUO037PWJ5Zt9iAABIxdxdh4gPqNkUGKIrUMd6I3cPIsfKozI5
42
some-machine
43
```
44
45
+### Dealing with kernels without aufs
46
+
47
+If you use an image without aufs, like the one currently supplied with the
48
+debian-9 image, you can try specifying another storage driver, such as
49
+overlay2. Like so:
50
51
+```bash
52
+$ docker-machine create \
53
+ --engine-storage-driver overlay2
54
+ --driver hetzner \
55
+ --hetzner-image debian-9 \
56
+ --hetzner-api-token=QJhoRT38JfAUO037PWJ5Zt9iAABIxdxdh4gPqNkUGKIrUMd6I3cPIsfKozI513sy \
57
+ some-machine
58
+```
59
60
### Using Cloud-init
61
62
```bash
0 commit comments