-
Notifications
You must be signed in to change notification settings - Fork 17
Use with docker stack #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you sure you wrote the yaml correctly? volumes:
data:
name: "rpool/docker-volumes/monitoring/tsdb-data"
driver: "zfs"
driver_opts:
atime: "off" That's what I use, works perfectly. |
what version do you use ? code:
|
Oh I misread partially, sorry - still morning for me. Managed to read |
no-problem ;)
|
@piotr-sikora-v The P.S. Yes, I mean it should work also for |
There is any option to use it with docker stack ?
I try to deploy with
but it don't work, container don't start
from command line docker volume create -d zfs --name=docker/volumes/grafana works
The text was updated successfully, but these errors were encountered: