Hi all,

I want to ask about docker volumes, is it possible to mount multiple directories in one volume?

Example:

docker run ..... -v nginx-data:/usr/share/nginx -v nginx-data:/etc/nginx nginx

  • ElevenNotesB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    What is your real problem that you want to do that?