Forums
Hello,
I am new to Docker and just begun working or it.
It's a great opensource tool that automates the deployment of applications inside software containers. It can package an application and its dependencies in a virtual container that can run on any Linux server => more flexibility and portability.
When I work on my Opigno I always use two versions (dev & prod) : mirroring the prod version, doing tests on it then copying it to overwrite the prod version.
Docker allows us to build an image and use a container that will be an instance of that image. It's useful for dev., versionning, portability, etc...
Well, question is: who want to contribute to create an Opigno image and make it available in Docker official repository?
https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCo…</a">Many Drupal images already exist on Docker Hub but Opigno is missing!
Anyone? :)
Here is basic dockerfile with