{{tag>Brouillon}} # Notes podman volume Voir : * [[Podman NFS rootless]] * https://blog.stephane-robert.info/docs/conteneurs/moteurs-conteneurs/docker/volumes/ ~~~bash podman volume create --opt type=nfs --opt o=async --opt device=mynfsserver:/path/to/share ~~~ Voir rootless_storage_path ~~~yaml 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/ FIXME