An error occurred fetching the project authors.
- Dec 03, 2023
- Dec 01, 2023
- Aug 23, 2023
-
-
mh authored
-
- Jun 04, 2023
- Apr 30, 2023
-
-
o@ungehorsam.ch authored
If a port should be exposed the container must provide it.
-
- Apr 09, 2023
- Jan 03, 2023
-
-
mh authored
-
- Dec 30, 2022
- Dec 25, 2022
-
-
mh authored
it is seen as bad idea from systemd side to have KillMode set to none - also with more recent podman versions we have background processes that stay around like that
-
- Dec 12, 2022
- Oct 10, 2022
- Oct 06, 2022
-
-
tr authored
-
- Oct 05, 2022
-
-
tr authored
If a pod file contains ```Yaml spec: restartPolicy: Always containers: - image: 'django:latest' ``` the update script won't update this image. Now it will find those images too and update them.
-
- Sep 25, 2022
-
-
mh authored
a) if a container volume is using Z it requires podman to be able to relabel the content of the volume first and thus it needs to be writable by podman. Podman will make it readonly within the container. b) add possibility to require mountpoints so the units get started in the proper order.
-
mh authored
-
- Sep 24, 2022
- Sep 17, 2022
- Sep 15, 2022
- Sep 14, 2022
-
-
mh authored
-
mh authored
also allow /proc to be writable - which makes it possible for newuid... to create necessary files after a rboot from within the systemd, otherwise it only works once you executed podman outside of systemd
-
mh authored
-
mh authored
it was not an ordering issue, as tried to be fixed in the previous commit, but rather a permission issue if the files did not yet exist
-
mh authored
-
- Sep 12, 2022
-
-
o@ungehorsam.ch authored
-