Hello,
i’m using portainer version 1.20. I’m able to run containers but the volumes asre mark as used. If I issue the commands below, the volume and container are created and run properly. However the volume shows up as unused in the web ui.
Any way I can get the volume use to report correctly?
docker volume create test_volume
docker run -dit --restart unless-stopped --name=test -v /var/lib/docker/volumes/test_volume:/config