Skip to content

Commit 18d1773

Browse files
authored
Merge pull request #1151 from kernelkit/recontain
Container Lifecycle and Upgrade Improvements Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2 parents 2aab130 + f081bef commit 18d1773

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+1632
-315
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Start a container instance (%i) and redirect logs to /log/container
2-
# Give podman enough time to properly shut down the container, kill:30
3-
# The pre:script, which is responsibe for fetching a remote image, must
4-
# not have a timeout. The cleanup should take no longer than a minute.
2+
# Give podman enough time to properly shut down the container, kill:30,
3+
# which is also matched in the container script (podman default is 10!)
4+
# The pre:script, responsibe for fetching a remote image and calling on
5+
# 'podman load', must not have a timeout.
56
sysv log:prio:local1,tag:%i kill:30 pid:!/run/container:%i.pid \
6-
pre:0,/usr/sbin/container cleanup:60,/usr/sbin/container \
7+
pre:0,/usr/sbin/container cleanup:0,/usr/sbin/container \
78
[2345] <!> :%i container -n %i -- container %i

0 commit comments

Comments
 (0)