https://github.com/beginor/docker-agportal
ArcGIS Portal on Docker
https://github.com/beginor/docker-agportal
Last synced: 8 months ago
JSON representation
ArcGIS Portal on Docker
- Host: GitHub
- URL: https://github.com/beginor/docker-agportal
- Owner: beginor
- Created: 2019-04-12T09:25:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T08:37:39.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T03:28:18.344Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArcGIS Portal on Docker
```sh
docker run --tty --interactive --hostname agportal.local \
--name agportal \
--volume $HOME/Documents/agp107.ecp:/arcgis/agp107.ecp \
--env LICENSE_FILE=/arcgis/agp107.ecp \
--publish 7080:7080 -p 7443:7443 \
beginor/agportal:10.7.0
```