Sha256: 3bcf9548389f5a6c219f458d3c52efd7a30de1a1c201a5f48898de2919d5ef1d
Contents?: true
Size: 936 Bytes
Versions: 1
Compression:
Stored size: 936 Bytes
Contents
# <% # Make sure the local copy of the driver is loaded %> # <% lib = File.expand_path('../lib', __FILE__) %> # <% $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) %> --- driver: name: docker provision_command: - powershell -ExecutionPolicy Bypass -NoLogo -Command . { iwr -useb https://omnitruck.chef.io/install.ps1 } ^| iex; install - powershell -Command $path=$env:Path + ';c:\opscode\chef\embedded\bin'; Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\' -Name Path -Value $path transport: name: docker socket: tcp://localhost:2375 provisioner: name: dummy platforms: - name: windows driver_config: image: mcr.microsoft.com/windows/servercore:1809 platform: windows suites: - name: default - name: context driver: build_context: false - name: inspec driver: provision_command: echo 1 verifier: name: inspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kitchen-docker-3.0.0 | kitchen.windows.yml |