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

Podman support #89

Open
6XGate opened this issue Aug 22, 2023 · 1 comment
Open

Podman support #89

6XGate opened this issue Aug 22, 2023 · 1 comment

Comments

@6XGate
Copy link

6XGate commented Aug 22, 2023

Podman is mostly docker compatible and can run both docker compose stacks and docker container images. The big difference is that podman is designed to handle starting containers at boot though systemd by creating them on boot and deleting them on shutdown. This makes aurto completely incompatible without attaching to the container console and reinitializing aurto. Would be great if there way a way, via env or other means, to trigger the aurto init when the container is run.

@AladW
Copy link

AladW commented Oct 1, 2024

Side-note: with docker or podman there's no real need to use devtools. This should also remove the need for the additional privilege flags.

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

2 participants