Skip to content
Snippets Groups Projects
Unverified Commit 9527f683 authored by Max Schmitt's avatar Max Schmitt Committed by GitHub
Browse files

Merge pull request #13 from frankier/readme-overlay2

Add note about kernels without aufs
parents 1a146ed1 0aa68572
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,21 @@ $ HETZNER_API_TOKEN=QJhoRT38JfAUO037PWJ5Zt9iAABIxdxdh4gPqNkUGKIrUMd6I3cPIsfKozI5 ...@@ -42,6 +42,21 @@ $ HETZNER_API_TOKEN=QJhoRT38JfAUO037PWJ5Zt9iAABIxdxdh4gPqNkUGKIrUMd6I3cPIsfKozI5
some-machine 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 ### Using Cloud-init
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment