@@ -60,6 +60,7 @@ jobs:
|
||||
PODMAN="podman --storage-driver=vfs --root $PODMAN_STORAGE --runroot $PODMAN_RUNROOT"
|
||||
echo PODMAN COMMAND [["$PODMAN"]]
|
||||
PRUN="$PODMAN run --rm --network=none --user 0 --cgroups=disabled centos-7-rust-flat:latest"
|
||||
echo PRUN [["$PRUN"]]
|
||||
$PRUN id
|
||||
$PRUN pwd
|
||||
$PRUN ls /data
|
||||
|
||||
Reference in New Issue
Block a user