Is it possible to bind multiple folders in Docker? -
is possible bind multiple folders in docker?
example, ports:
-p 3000:3000 -p 3022:22
the idea seems like:
-v path:path -v path2:path2
is possible?
no problem @ all. can specify files , directories in example taken tomcat container blend in certificates. (:ro
optional read only)
-v $(pwd)/secret-files/certificates/verisign.keystore:$config_path/certificates/verisign.keystore:ro \ -v $(pwd)/secret-files/certificates/fuse/:$config_path/certificates/fuse/:ro \
Comments
Post a Comment