摘要: 1、拉取镜像 docker pull tophant/arl 2、docker-compose 启动 docker-compose也需要安装,参考:https://www.cnblogs.com/qtzd/p/14680768.html git命令没有,也需要安装 yum install git g 阅读全文
posted @ 2022-02-17 11:42 花火soul 阅读(1559) 评论(0) 推荐(0) 编辑
摘要: 报错信息为: Could not start application logger: Logger.App.start(:normal, []) returned an error: shutdown: failed to start child: Logger.ErrorHandler ** (E 阅读全文
posted @ 2022-02-17 11:31 花火soul 阅读(168) 评论(0) 推荐(0) 编辑
摘要: Docker 给运行中的容器设置端口映射的方法 一、启动容器就添加端口映射 docker run [可选参数] image # 参数说明 --name=“Name” # 容器名字,用于区分容器 -d 后台方式运行 -it 使用交互方式运行,进入容器查看内容 -p 指定容器的端口 如-p 8080:: 阅读全文
posted @ 2022-02-17 11:26 花火soul 阅读(2933) 评论(0) 推荐(1) 编辑