Hello, I'm trying to create a service with docker service command and would like to know how to pass driver options. Below is how I pass in yml file volumes: data: driver: glusterfs name: "data/data"
Hello,
I'm trying to create a service with docker service command and would like to know how to pass driver options.
Below is how I pass in yml file
volumes:
data:
driver: glusterfs
name: "data/data"