Hello
can you tell me how i can copy my project-files into a docker server root? i installed some lamp images but there is never a link to the www-root only mysql is accesible.
so whats the trick on windows?
Share and learn in the Docker community.
Hello
can you tell me how i can copy my project-files into a docker server root? i installed some lamp images but there is never a link to the www-root only mysql is accesible.
so whats the trick on windows?
Hi,
For image build time - Have a look at: https://docs.docker.com/engine/reference/builder/#copy
For storage options look: https://docs.docker.com/engine/userguide/storagedriver/
… and follow the links
have fun!
mario