-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Support Nerdctl/Podman #1041
Comments
I need a bit of help locating the code which actually uses Docker to run builds. |
@ananthb Sorry about the slow response. I'm not the Docker expert and there's a lot of travel and other things happening with those who are. |
@ananthb You have a couple routes:
That said, for the drop-in replacements I think the first option is probably simplest, but either works |
Yeah that's perfect. I'll tackle enabling the drop-in replacements first. Once I'm more comfortable with Elixir and Nerves I want to switch this over to use the OCI API. |
Environment
MacOS running on Apple Silicon
elixir -v
): 1.17.3mix nerves.env --info
)may help
Current behavior
Include errors, stacktraces, screenshots or code that may help us reproduce the
issue.
When I run
mix nerves.system.shell
I get this error message.I don't have Docker installed so that makes sense.
Expected behavior
I do have nerdctl installed which is a drop-in, fully compatible replacement for Docker. I'd like to contribute support for that and additionally for building nerves systems with Podman as well.
The text was updated successfully, but these errors were encountered: