-
Notifications
You must be signed in to change notification settings - Fork 362
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
WIP: Podman backend #806
WIP: Podman backend #806
Conversation
Neat! Have you thought about having a |
Definitely! This started as a "will it even work" mini project, now that it looks feasible I'll work on the design. |
This is awesome and I love it! <3 |
@yuvipanda Thanks! I haven't had much time to work on this recently, but I've upgraded to Fedora 31 which uses cgroups2 which Docker doesn't (yet) support... so I've only got Podman now. |
Ah, another casuality in the Leonard Pottering / Solomon Hykes war! Hope podman treats you well! |
This has been replaced by:
|
This pull request has been mentioned on Jupyter Community Forum. There might be relevant details there: |
I had a go at implementing a Podman backend (Docker has mysteriously broken itself on my Fedora install)
Main issues:
fuse-overlayfs
should work.podman
cache_from
isn't implemented by podmanTodo:
push_image
podman run
REPO_TYPE=stencila-py ENGINE=podman
Repo2Docker.find_image
worksCloses #682