mattrayner / docker-lamp

A simple LAMP image using Ubuntu, Apache, PHP and MySql in a single image
Apache License 2.0
588 stars 261 forks source link

How can I get the project file IN the docker and not on the hosting machine #106

Open smalldragoon opened 4 years ago

smalldragoon commented 4 years ago

Hello, first thanks a lot for this docker, made few tests with some other images and yours is very straight forward. Now, I would need to store ALL info ( php files and mysql DB ) inside the docker image, to make distribution easier. How can I perform this ? I tried a commit but it just saves the system itself. I guess I'm missing something Thanks in advance

pzhlkj6612 commented 4 years ago

Hi, please see https://github.com/mattrayner/docker-lamp/issues/98 .

smalldragoon commented 4 years ago

ok , Thanks, yes