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