We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e52b3 commit b4790cdCopy full SHA for b4790cd
README.md
@@ -28,6 +28,8 @@ Installed plugin ghcr.io/devplayer0/docker-net-dhcp:release-linux-amd64
28
$
29
```
30
31
+Note: If you get an error like `invalid rootfs in image configuration`, try upgrading your Docker installation.
32
+
33
## Other tags
34
35
There are a number of supported tags for different architectures and versions, the format is
@@ -54,6 +56,7 @@ Currently only `linux` is supported.
54
56
Unfortunately Docker plugin images don't support multiple architectures per tag.
55
57
58
## Network creation
59
60
In order to create a Docker network using `net-dhcp`, you'll need a pre-configured bridge interface on the host. How you
61
set this up will depend on your system, but the following (manual) instructions should work on most Linux distros:
62
0 commit comments