Hello people
I would like to build my own image from an image base like ubuntu without using Dockerfile and automatically starting an application when creating the container.
I would like to use a ubuntu image, install apache, php etc. And configure apache to start automatically when creating the container from the image. How can I do to start apache automatically? (Without using Dockerfile).
Thanks and Regards