mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci/podman: show mounts
Show information about mounts available on the host filesystem. This is useful for debugging. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
9a85fb6382
commit
4dde52a308
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ sed -i 's/#runtime\s*=\s*.*/runtime = "runc"/' /usr/share/containers/containers.
|
|||
# Test checkpoint/restore with action script
|
||||
echo "action-script /usr/bin/true" | sudo tee /etc/criu/default.conf
|
||||
|
||||
cat /proc/self/mountinfo
|
||||
podman info
|
||||
|
||||
podman run --name cr -d docker.io/library/alpine /bin/sh -c 'i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue