I am working on a project where I have to create costum docker containers with costum volumes etc.
As I have to use some driver_opts
, I am wondering, what the flags
type: XXX
o: XXX
device: XXX
in a docker-compose file actually mean. I see all the people using them, but the docker manuals and all the resources I found so far couldn't provide satisfying answers. I cannot even find a simple list of what arguments you could pass to all theses flags.
thanks in advance!