Migrate from docker to podman
alphadose opened this issue · 0 comments
alphadose commented
Use the libpod api of podman to replace docker for single node container orchestration.
Benefits:-
- Podman creates rootless containers by default and hence is much more safer
- 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.