Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supermap/dockerimages
SuperMap GIS产品在Docker中心的官方镜像( https://hub.docker.com/u/supermap )。 本项目包含用于构建镜像的dockerfile、脚本等所有相关信息。
https://github.com/supermap/dockerimages
shell supermap-gis-docker
Last synced: 6 days ago
JSON representation
SuperMap GIS产品在Docker中心的官方镜像( https://hub.docker.com/u/supermap )。 本项目包含用于构建镜像的dockerfile、脚本等所有相关信息。
- Host: GitHub
- URL: https://github.com/supermap/dockerimages
- Owner: SuperMap
- Created: 2014-12-30T06:24:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T06:06:21.000Z (over 4 years ago)
- Last Synced: 2024-03-26T21:20:15.619Z (8 months ago)
- Topics: shell, supermap-gis-docker
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 8
- Watchers: 46
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SuperMap GIS 系列产品的Docker镜像构建脚本
简介
=======
## iExpress镜像### 构建过程
1, 将iExpress文件夹放到Linux系统,例如~/iExpress位置
2, 将iExpress的包也放在~/iExpress位置,修改Dockerfile文件中的iExpress包名,使一致
3, 运行如下命令
```bash
$ sudo docker --tag supermap/iexpress build ~/iExpress
```### 如何运行iExpress?
运行如下命令:
```bash
$ sudo docker run --name iexpress1 -d -p 8090:8090 supermap/iexpress
```其中:
* --name :表示启动的 Container 名称,这里为iexpress1
* -d:表示启动后,在后台运行
* -p 8080:8090:将启动的Container中端口8090映射到了宿主机的8090端口
如此,访问 http://<宿主机IP>:8090,初始化后,即可看到iExpress首页