Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

jumpinjackie/mapguide-centos-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

THIS DOCKER IMAGE IS NO LONGER MAINTAINED

Consider using: https://hub.docker.com/r/brucepc/mapguide/

mapguide-base

Docker base image that bundles the latest stable release of MapGuide Open Source

Included in this image:

Use this image as the base of your own MapGuide images.

Usage

Create a Dockerfile that creates an image that is based on this image

FROM jumpinjackie/mapguide-base
# Install additional packages, load your MapGuide applications and data, etc.
# 
EXPOSE 8008
CMD ["/usr/bin/supervisord"]

Build the docker image

docker build -t my/mapguide-app .

About

Docker configuration for MapGuide on CentOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published