Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from docker to podman #239

Open
alphadose opened this issue May 16, 2022 · 0 comments
Open

Migrate from docker to podman #239

alphadose opened this issue May 16, 2022 · 0 comments

Comments

@alphadose
Copy link
Member

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant