I want to mount host's specific path always when container started.
Is it possible to configure daemon.json
to do this rather than specify -v
option from docker run
command?
I want to mount host's specific path always when container started.
Is it possible to configure daemon.json
to do this rather than specify -v
option from docker run
command?