设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 手机 数据 公司
当前位置: 首页 > 服务器 > 搭建环境 > Windows > 正文

使用ansible-bender构建容器镜像(2)

发布时间:2019-10-30 18:49 所属栏目:117 来源:Tomas Tomecek
导读:镜像构建完毕,可以运行容器了: # podman run our-httpd AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 10.88.2.106. Set the 'ServerName' directive globally

镜像构建完毕,可以运行容器了:

  1. # podman run our-httpd
  2. AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 10.88.2.106. Set the 'ServerName' directive globally to suppress this message

是否提供文件了?首先,找出你容器的 IP:

  1. # podman inspect -f '{{ .NetworkSettings.IPAddress }}' 7418570ba5a0
  2. 10.88.2.106

你现在可以检查了:

  1. $ curl http://10.88.2.106/our-file.txt
  2. Ansible is ❤

你文件内容是什么?

这只是使用 Ansible 构建容器镜像的介绍。如果你想了解有关 ansible-bender 可以做什么的更多信息,请查看它的 GitHub 页面。构建快乐!

【编辑推荐】

  1. 使用Ansible来管理你的工作站:配置自动化
【责任编辑:庞桂玉 TEL:(010)68476606】
点赞 0

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读