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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

android - How to create dynamically Fragment pager adapter -

1111. appearing after print sequence - php -