Charming-Molasses-22@alien.topBtoSelf-Hosted Main@selfhosted.forum•How to prevent rogue docker containers from wreaking havoc?English
1·
1 year agoSome good advice here. I would say avoid using network_mode: host unless you really have to. And make use of no-new-privs feature. This is easy to do and IMO bare minimum for preventing rogue actions from containers.
Installing fail2ban and not configuring it is as good as not installing the program in the first place.
Include unattended-upgrades with configuration for security updates. This is essential to any actively accessible server.