We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd553a commit cdc6147Copy full SHA for cdc6147
kitchen.dokken.yml
@@ -3,6 +3,9 @@ driver:
3
privileged: true # because Docker and SystemD
4
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
5
env: [CHEF_LICENSE=accept]
6
+ # Allow access to the Jenkins webui which is useful when troubleshooting
7
+ ports:
8
+ - 8080:8080
9
10
transport:
11
name: dokken
0 commit comments