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
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
What is your real problem that you want to do that?