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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -