-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 differences as of November 2022 #16543
Comments
I'll take on |
You got it. |
@edsantiago I forgot to update a commit message and accidentally closed this. I'm sorry |
I'll take |
the env option is not currently supported for
|
@csschwe Please open a new issue on that. This is just a collection of missing options, if an option exists but does not work correctly then open a new issue. |
I am unsure if this is the right place or whether I should open a dedicated issue. However, could you also consider adding limits (especially file descriptor limits/fileno) to get the parity between Docker and Podman? Why? There is a difference between hard/soft fileno for RUN vs CMD (and ENTRYPOINT) in Podman, which is not the case for Docker that seems to be setting 1048576 across the board nowadays, for better or worse, and this seems to trip a lot of users, especially whom are heavily invested in the Red Hat ecosystem (e..g, Podman, Buildah, OpenShift, etc.). @rhatdan, let me know if this is something you would even consider, and if so, then if you will have some time to work on this or if you would be fine with me sending a Pull Request as a start. Thank you! |
Please open a separate issue on this. |
@kwilczynski BTW, the limits and fileno may not work for rootless users, since podman can not modify limits set on the user. |
I would like to give |
You got it. |
@jakecorrenti jfyi, that's already being worked upon and discussed here. |
@danishprakash thanks for pointing that out. Since you're working on it already I'll choose something else to work on |
@rhatdan, I have another potential candidate on the above list. Would you consider adding an item to ensure that when We recently had a problem with labels and Quay, and it took us a bit to realise that Buildah has different behaviour. That said, I am unsure if this (as in the compatibility issue) belongs here or to Buildah? |
Please open an issue on this on Buildah. |
Closing. Should there be any docker differences worth noting, we will rely on users to file issues. |
Gotta get my issues filed before we start enforcing the "podman info output" requirement!
This is a followup to #14917 and #16430, the reason being that it's just too hard to track a page with lots of edits: after a certain point the blue checkmarks visually overwhelm the non-checked boxes. Let's just start clean every once in a while. This is the list from
hack/xref-docker-options
as of 2022-11-07, incorporating the edits made in #16430 up through 2022-11-17.The text was updated successfully, but these errors were encountered: