-
Notifications
You must be signed in to change notification settings - Fork 2
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
docker is dead long live podman-docker #181
Comments
After more test it seems that basically networks and right management will need to be thoroughly experimented on and modified.
|
The containers are not staying alive, always getting a sigwich at some time for some reasons. |
The issue about right management is not entirely dealt with, the entrypoint still does not have the rights to chown or chmod db, node_module and vendor (maybe some others i don't remember) files. The in-between containers networks management seems a bit different than vanilla docker, mainly around ip affectation, podman seems to affect the IP at the building stage and at the mounting ones, and both use the same parameter present in the compose file which create a conflict, the address being already affected at the building stage. Both of the previous issues are probably finding their sources in the rootless nature of podman. |
MariaDB docker-entrypoint looks to chown local files which cannot be done. |
Ok, taken by despair, i tried to install docker, and it worked ! Podman still might be interesting to use and redev the containers on it, but it'll take some time. |
This is being put in standby for now |
No description provided.
The text was updated successfully, but these errors were encountered: