boo@beehaw.orgtoLinux@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?
0·
1 year agoIt can pull and build containers fine but last time I tried there were some differences. Mounts were not usable because user uid/gid behave quite differently. Tools like portainer dont work on podman containers. I havent tried out any networking or advanced stuff yet.
But i found that the considerations to write docker files are quite different for podman.
This -> Speed Thanks for the tip about iperf