Chef local docker:配置了Chef的Docker映像使其更易于在本地模式下使用Chef运行Cookbook(Chef zero) 源码
本地厨师Docker容器 配置了映像可以更轻松地在本地模式下使用Chef运行Cookbook(带Chef-zero )。 这些图像安装了Chef 13 ,还包括Berkshelf和git。 安装 $ docker pull zuazo/chef-local:debian-7 支持标签 centos-6 :CentOS 6映像。 centos-7 :CentOS 7映像。 centos-7-systemd :带有systemd的CentOS 7映像(需要--privileged ,请参见下文)。 debian-7 :Debian Wheezy图片。 debian-8 :Debian
用户评论