My Dockerfile path: /home/kshitij/docker/php_apache_5.6/Dockerfile
I have apache installed on my host pc and it has files in /var/www/html
directory.
Now, I want to mount this directory from host pc (/var/www/html
) to my docker container's /var/www/html
directory.
How can this be done? Thanks!