The following steps will bootstrap a CentOS ArcGIS for Server in a docker container.
- Download ArcGIS for Server from my.esri.com and rename it to
ags.tar.gz
and place it along side the dockerfile. - Download your license file from the provisioning section and place it in the
/license/
folder.
This step is only necessary once.
docker-compose build
docker-compose up -d
docker-compose down
Navigate to http://localhost:6080/arcgis/manager:
- Persist config store and data so container state is saved.
- Bootstrap a container with services similar to how the license file thing works.
Hat tip to Mansour for a great reference for how to get going with all of this.