Docker脚本构建RAD Studio Linux部署图像,包括RAD服务器引擎
注意:此图像需要一个不同的容器运行插件才能函数。
图像默认用于使用密码securepass在端口64211上运行Paserver
10.x图像使用Ubuntu 18.04.6 LTS(仿生海狸),而11.x图像使用Ubuntu 22.04.1 Lts(Jammy Jellyfish)
如果您想在不使用Docker Hub的情况下修改或从GitHub进行修改或构建,则可以使用build.sh脚本构建Dockerfile。注意: dockerfile需要同一目录中的paserver_docker.sh脚本
用法: ./build.sh [db host] [port]
./build.sh yourhost.com 3050
要拉出docker集线器版本的pa-radserver图像使用pull.sh脚本
./pull.sh
或者
docker pull radstudio/pa-radserver:latest
latest标签是最新的。
要拉动并运行用于调试/非生产环境的PA-Radserver映像的Docker Hub版本使用pull-run.sh脚本
用法: ./pull-run.sh [db host] [port]
./pull-run.sh yourhost.com 3050
要拉出并运行用于生产/非选环境的PA-Radserver图像的Docker Hub版本使用pull-run-production.sh脚本
用法: ./pull-run-production.sh [db host] [port]
./pull-run-production.sh yourhost.com 3050
为了运行非生产环境的PA-Radserver Docker的Docker Hub版本使用run.sh脚本
用法: ./run.sh [db host] [port]
./run.sh yourhost.com 3050
为了运行生产/非选环环境的PA-Radserver图像的Docker Hub版本,请使用run-production.sh脚本
用法: ./run-production.sh [db host] [port]
./run-production.sh yourhost.com 3050
配置已经运行的PA-Radserver实例的emsserver.ini文件运行config.sh脚本
./config.sh
config.sh脚本将自动重新启动apache。
解决方案目录包含使用PA-RADSERVER DOCKER图像的使用情况。自定义RAD_SERVER模块解决方案用于用户具有要部署到RAD服务器的自定义模块的情况。调用build-run.sh脚本时,自定义端点资源模块必须与DockerFile相同的目录。
用法: ./build-run.sh [db host] [port] [module file name]
./pull.sh
./build-run.sh yourhost.com 3050 samplemodule.so
示例儿童图像解决方案是针对用户要在Docker映像中添加其他项目的情况。用户可以通过Dockerfile添加APT软件包其他自定义项目。
用法: ./build-run.sh [db host] [port] [module file name]
./pull.sh
./build-run.sh yourhost.com 3050 samplemodule.so
该软件是版权所有©2024,由Embarcadero Technologies,Inc.。
您只能在您是Embarcadero开发人员工具产品的授权许可方时使用此软件。有关任何更新,请参见最新的软件许可协议。

