拉取容器* docker pull 20473*****8
查看镜像 docker images
运行容器 docker run --net=host --privileged --restart=always --name fusionpbx -d huppygo/fusionpbx:env1.0
#1.进入debian容器命令 #docker exec -it fusionpbx /bin/bash
访问宿主机ip 默认80端口
1:Installation: Account
Username 自定义用户名
Password 自定义密码
默认访问地址
2.Installation: PostgreSQL
Host localhost
Port 5432
Name fusionpbx
Username fusionpbx
Password 123456
可以进入容器修改数据密码
Content type
Image
Digest
sha256:432087246…
Size
3.2 GB
Last updated
over 3 years ago
docker pull huppygo/fusionpbx:env1.0