You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
podman run -u 1002 --rm -d --network=host -v /app/garage/garage.toml:/etc/garage.toml:ro -v /app/garage:/app -v /data/garage/app/data dxflrs/garage:v0.8.0-rc2 /garage node id
podman exec -it garage /garage node id
Error: crun: setns(pid=506, CLONE_NEWUSER): Operation not permitted: OCI permission denied
try podman run -u 1002 --rm -d --network=host -v /app/garage/garage.toml:/etc/garage.toml:ro -v /app/garage:/app -v /data/garage/app/data dxflrs/garage:v0.8.0-rc2 /garage node id every time give me diff id.
The text was updated successfully, but these errors were encountered:
I try start with podman by run this:
podman exec -it garage /garage node id Error: crun: setns(pid=506, CLONE_NEWUSER): Operation not permitted: OCI permission denied
try
podman run -u 1002 --rm -d --network=host -v /app/garage/garage.toml:/etc/garage.toml:ro -v /app/garage:/app -v /data/garage/app/data dxflrs/garage:v0.8.0-rc2 /garage node id
every time give me diff id.The text was updated successfully, but these errors were encountered: