#!/bin/sh
# Run a container via the system podman socket and write the result.
"$SNAP/bin/podman-api" /run/podman/podman.sock \
    run rocks.canonical.com/alpine:latest echo hello-from-root-daemon \
    > "$SNAP_COMMON/root-daemon.out" 2>&1
