sdslabs/gasper

Migrate from docker to podman

alphadose opened this issue · 0 comments

Use the libpod api of podman to replace docker for single node container orchestration.

Benefits:-

  1. Podman creates rootless containers by default and hence is much more safer
  2. With Libpod API, the container creation mechanism is directly injected into gasper's source code. There wont be any need for running a daemon like on a UNIX socket. The container creation engine will be embedded in gasper's binary itself thereby reducing one of its dependencies.