Skip to content

Commit 9527f68

Browse files
authored
Merge pull request #13 from frankier/readme-overlay2
Add note about kernels without aufs
2 parents 1a146ed + 0aa6857 commit 9527f68

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,21 @@ $ HETZNER_API_TOKEN=QJhoRT38JfAUO037PWJ5Zt9iAABIxdxdh4gPqNkUGKIrUMd6I3cPIsfKozI5
4242
some-machine
4343
```
4444

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+
4560
### Using Cloud-init
4661

4762
```bash

0 commit comments

Comments
 (0)