https://github.com/beginor/docker-agdatastore
ArcGIS Datastore in docker
https://github.com/beginor/docker-agdatastore
Last synced: about 1 year ago
JSON representation
ArcGIS Datastore in docker
- Host: GitHub
- URL: https://github.com/beginor/docker-agdatastore
- Owner: beginor
- Created: 2019-06-27T00:45:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T08:38:42.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T03:28:18.539Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArcGIS DataStore on Docker
```sh
docker run --tty --interactive --hostname agdatastore.local \
--name agdatastore \
--publish 2443:2443 \
beginor/agdatastore:10.7.0
```