Question
How to make docker image from droplet
I have an Ubuntu 18.04 droplet with LEMP stack and my app. I would like to remove mysql and create a custom docker image having the OS, NGINX, PHP and my app.
Is there an easy way to do this without creating from scratch with docker commands?
(Removal of MySQL is so as to dockerize it separately.)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×