Hi Jackie,
I'm not sure - it has been stable for me in limited testing. I think some of
your questions may be at least relating to the content of these pages which
I have been reading through. It relates to a properly configured base image
for docker to manage services and processes, especially wh
Do you know what the fault tolerance story is with docker? What happens if
mgserver or httpd dies/crashes within the container? supervisord (which I
used in my example docker images) supposedly can take care of this, but I
have yet to be able to confirm.
Also in my tests, httpd becomes unreachable
The postgres/postgis providers appear to be working just fine on the current
image.
My issues was moving from postgis 1.5.5 to 2.1 and the geometry column on
the views not having a defined SRID, fixed by casting the geometry column.
Mapguide is now functioning as well for me under docker as it i
Ah, of course. Ok, I'll have a look into enabling the providers in the image.
Thanks.
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/MapGuide-as-a-Docker-container-tp5163934p5166474.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
Glad you find this docker stuff as useful and amazing as it was for me.
MySQL and PostgreSQL FDO providers are probably not working on that docker
image (because the Dockerfile didn't specify to install the MySQL and
PostgreSQL client library packages).
I'm still learning it. There's still some u
Hi Jackie,
The docker image is fantastic, thank you for all your efforts on this which
is really helpful. I had been struggling with the 32bit/64 bit docker issue
when I came back to your blog and saw your docker post.
I now have most of my maps running successfully on the docker image. To get
ar
Hi All,
I've been playing around in Docker this past week. This is some seriously
cool technology.
For those who don't know. Docker is an OS virtualization environment that
allows you to run applications in self-contained and isolated software
containers.
Docker simplifies application deploymen