Previously, these errors were only printed when using `docker run`, but were omitted when using `docker container create` and `docker container start` separately. Given that these warnings apply to both situations, this patch moves generation of these warnings to `docker container create` (which is also called by `docker run`) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2 lines
74 B
Plaintext
2 lines
74 B
Plaintext
WARNING: Localhost DNS setting (--dns=127.0.0.11) may fail in containers.
|