Sign inSign up

xzdbd/arcgisserver

By xzdbd

Updated about 10 years ago

Image
12

1.3K

xzdbd/arcgisserver repository overview

ArcGIS for Server on Docker

10.3.1

Build the Docker Image
  • Put the ArcGIS for Server installer in the same folder with the Dockerfile.
$ ls
ArcGIS_for_Server_Linux_1031_145870.tar.gz  arcgisserver.ecp  Dockerfile
  • Build
docker build -t xzdbd/arcgisserver:10.3.1 .
Run a container

To run in detached mode (-d).

docker run --name arcgisserver \
	-d --hostname arcgis \
	-p 6080:6080 \
	-p 6443:6443 \
	xzdbd/arcgisserver:10.3.1
Access ArcGIS Server Manager

ArcGIS Server Manager is available now. Navigate to http://localhost:6080/arcgis/manager in the host browser.

TO-DO

  • To run in detached mode (-d)
  • Data volume
  • ArcGIS for Server 10.3 image

For details, please visit github.

Tag summary

Content type

Image

Digest

Size

4.1 GB

Last updated

about 10 years ago

docker pull xzdbd/arcgisserver:10.3.1