Letus@feddit.detoLinux@lemmy.ml•I often read that (docker) containers are not good for security. What are secure methods of creating secure isolated environments to run questionable programs in?
6·
1 year agoDocker isnt build to run these type of Programms. You should look into sandbox environments to test these apps.
Take a look at the Ansible playbook for Lemmy as it Does exactly this. Installing one Nginx on the host system and using one in docker. You can probably pull configuration examples from it.