-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add "sudo" to podman calls #7631
Commits on Apr 19, 2020
-
The podman driver should not be run as root
Use sudo for the podman commands instead Wrap the docker commands with env prefix
Configuration menu - View commit details
-
Copy full SHA for d7dc7bf - Browse repository at this point
Copy the full SHA d7dc7bfView commit details -
Remove extra single-quotes from format parameter
podman Error: template parsing error: template: image:1: function "json" not defined
Configuration menu - View commit details
-
Copy full SHA for f264ac1 - Browse repository at this point
Copy the full SHA f264ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401e94c - Browse repository at this point
Copy the full SHA 401e94cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22aa1af - Browse repository at this point
Copy the full SHA 22aa1afView commit details -
Configuration menu - View commit details
-
Copy full SHA for f57faf8 - Browse repository at this point
Copy the full SHA f57faf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for df3aec6 - Browse repository at this point
Copy the full SHA df3aec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2234246 - Browse repository at this point
Copy the full SHA 2234246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8987b10 - Browse repository at this point
Copy the full SHA 8987b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ec38d - Browse repository at this point
Copy the full SHA 45ec38dView commit details -
Use the same kind of named /var mount for podman
The internal anonymous mounts do not seem to have the same issues as the external path mounts, so we can do all of /var
Configuration menu - View commit details
-
Copy full SHA for 024cd6b - Browse repository at this point
Copy the full SHA 024cd6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19be561 - Browse repository at this point
Copy the full SHA 19be561View commit details -
Improve podman status when checking for sudo
Only use sudo for info and running on linux
Configuration menu - View commit details
-
Copy full SHA for e99340b - Browse repository at this point
Copy the full SHA e99340bView commit details
Commits on Apr 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6644c5c - Browse repository at this point
Copy the full SHA 6644c5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb37c70 - Browse repository at this point
Copy the full SHA bb37c70View commit details -
Don't try to limit podman memory without cgroup
Podman requires both memcg and memcg_swap for it (--memory). Docker will still limit memory, without swap limit support.
Configuration menu - View commit details
-
Copy full SHA for 7647b1f - Browse repository at this point
Copy the full SHA 7647b1fView commit details -
Remove extra quotes added in conflict resolution
Reverted f264ac1 by accident
Configuration menu - View commit details
-
Copy full SHA for 7185140 - Browse repository at this point
Copy the full SHA 7185140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c8a24 - Browse repository at this point
Copy the full SHA 88c8a24View commit details
Commits on Apr 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d96d9d3 - Browse repository at this point
Copy the full SHA d96d9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28106fa - Browse repository at this point
Copy the full SHA 28106faView commit details -
Configuration menu - View commit details
-
Copy full SHA for e95ae32 - Browse repository at this point
Copy the full SHA e95ae32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7951281 - Browse repository at this point
Copy the full SHA 7951281View commit details -
Use simple version of podman info format parameter
So that it works with the older versions of podman
Configuration menu - View commit details
-
Copy full SHA for 998ab84 - Browse repository at this point
Copy the full SHA 998ab84View commit details
Commits on Apr 27, 2020
-
Align podman driver with docker and improve check
Make sure to use "sudo podman version" on Linux (need user namespace support for "podman version") And improve error output handling for podman-remote (when the remote service is not running properly)
Configuration menu - View commit details
-
Copy full SHA for 95c9559 - Browse repository at this point
Copy the full SHA 95c9559View commit details -
Configuration menu - View commit details
-
Copy full SHA for a041f40 - Browse repository at this point
Copy the full SHA a041f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf4aa78 - Browse repository at this point
Copy the full SHA bf4aa78View commit details -
Restore the configured state added for podman
Reverted 22aa1af by accident
Configuration menu - View commit details
-
Copy full SHA for 1744ffe - Browse repository at this point
Copy the full SHA 1744ffeView commit details
Commits on Apr 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f78e00e - Browse repository at this point
Copy the full SHA f78e00eView commit details -
Remove prefix parameter and add prefix command
Move the "sudo" prefix to a central location, instead of having it all over the place. Assume only needed on Linux.
Configuration menu - View commit details
-
Copy full SHA for 78a22f5 - Browse repository at this point
Copy the full SHA 78a22f5View commit details