kitchen-docker_cli icon indicating copy to clipboard operation
kitchen-docker_cli copied to clipboard

kitchen converge blows up on Windows

Open CaseyBurnsSv opened this issue 9 years ago • 0 comments

I am running on Window 8 with a DockerMachine Linux VM.

when I run kitchen converge I get this error:

   Removing non-cookbook files before transfer
   Preparing solo.rb
   sh: -c: line 0: unexpected EOF while looking for matching `''
   sh: -c: line 1: syntax error: unexpected end of file

------Exception------- Class: Kitchen::ActionFailed Message: 1 actions failed. Failed to complete #converge action: [Expected process to exit with [0], but received '1' ---- Begin output of docker exec -t f7faef3ffeb9bb319aed8a793490fe1bfbb66f5de44b433a93defa88a0fffa51 sh -c ' sudo -E sh -c '''

CaseyBurnsSv avatar Sep 06 '16 21:09 CaseyBurnsSv