Guides
By Docker Desktop
Preparation
-
Download and run the software Docker Desktop.
After starting Docker Desktop, you can see the Docker is ‘running’ on the bottom left or right corner.
- SuperMap iManager installation package ‘supermap-manager-docker-desktop.zip’.
Configuration
Unzip SuperMap iManager installation package ‘supermap-manager-docker-desktop.zip’, enter the folder ‘supermap-manager-docker’.
Modify the configuration file(.env):
For example, configure host IP 192.168.17.126, configure Alibaba Cloud registry registry.cn-beijing.aliyuncs.com, and configure the tag 10.1.0, the configuration should be:
# Required. Fill in the IP which the Docker Desktop is running on.
IMANAGER_HOST_IP=192.168.17.126
# Specify the registry, the registry is [Docker Hub](https://hub.docker.com/) by default.
IMANAGER_REGISTRY_URL=registry.cn-beijing.aliyuncs.com
# Specify the tag, the tag is latest by default.
TAG=10.1.0
Save your configuration。
Start Up
Double click on startup.bat to start iManager.
After iManager finish starting up, visit iManager UI by http://localhost:8390.
Stop
Double click on stop.bat to stop iManager.
Uninstall
Double click on shutdown.bat to uninstall iManager.