[SAC] Virtualbox on Osgeo6

Alex M tech_dev at wildintellect.com
Thu Sep 28 14:21:07 PDT 2017


On 09/28/2017 02:17 PM, Martin Spott wrote:
> Jürgen E. Fischer wrote:
> 
>> Sure.  There probably isn't any virtualization required.  But then we'd need to
>> setup wordpress.  I thought that was something the contractor offered take over
>> and provide an image?
> 
> Personally I won't take responsibility for maintaining a Wordpress setup,
> but we might consider setting up a minimal Docker container and let some
> contractor mess around inside of that at his own discretion (and hope he's
> not going to use MySQL ....  ;-)
> 
> Cheers,
> 
> 	Martin.
> 

Wordpress is really only supported on Mysql, well the alternative is
MariaDB.

The thing about Docker, is you don't let anyone into a Docker, Docker's
are immutable from a configuration viewpoint. The way you fix a Docker
is update the script to deploy it and redeploy.

That said you also separate out, the DB would run on the host or in it's
own Docker, and you would use Docker compose to link the 2 together.

Thanks,
Alex


More information about the Sac mailing list