What | Removed | Added |
---|---|---|
Flags | needinfo?(David@WalkerStreet.info) | |
Assignee | containers-bugowner@suse.de | alexandre.vicenzi@suse.com |
CC | alexandre.vicenzi@suse.com, containers-bugowner@suse.de, David@WalkerStreet.info |
I do see the message on Docker logs but it does not fail to start on 20241028. I tested on x86 because I don't have an aarch64 with TW at the moment. This message is just a warning message from systemd, not an error. Adding `DOCKER_NETWORK_OPTIONS=""` fixes the warning and should have no side effect because it is an empty string. I wonder if there was another error message that could have caused Docker to have failed. You can use journalctl to check for logs, e.g.: journalctl -xu docker.service -r It always fails to start if you remove `DOCKER_NETWORK_OPTIONS`?