...
コード ブロック | ||
---|---|---|
| ||
--- driver: name: docker provisioner: name: chef_zero platforms: - name: centos-6.4 driver_config: image: centos:centos6 platform: rhel forward: 3000 suites: - name: default run_list: - rails attributes: rails: user: kitchen |
forward:
...
3000
...
は
...
rails
...
がデフォルトで使用するポート番号です。
Kitchen インスタンスの起動とプロビジョニング
...