• 2 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle




  • I think it is a good way to isolate docker containers from the host without the heavier performance increase of a full VM. Each container can be easily set to an IP address, though the same is probably true for docker idk.

    Unrelated, Podman is the a unprivileged implementation of docker with full compatiblity. You can use docker images with it which is great, and the syntax is mostly the same.