Voir :
podman volume create --opt type=nfs --opt o=async --opt device=mynfsserver:/path/to/share
Voir rootless_storage_path
services: my_service: image: my_image healthcheck: test: ls /path/to/rclone/mount || exit 1 interval: 1m timeout: 15s retries: 3 start_period: 15s
Source : https://rclone.org/docker/