Will Arroyo
Will Arroyo
@jjasghar I am seeing this same issue. Here are some details: knife-vsphere: 1.2.21 vsphere: 5.5.0 command I am running is: `knife vsphere vm disk extend test-vm 1000000 --folder myfolder --vsdc...
@swalberg that was exactly it! this is working as expected. thank you!
I am using the official centos base image(https://hub.docker.com/r/_/centos/) tag:7.1.1503
i believe the problem is that this command https://github.com/test-kitchen/kitchen-docker/blob/master/lib/kitchen/driver/docker.rb#L259 does not create a password less user. it creates a user that cannot log in with a password and only with...
@coderanger i think the key not working on windows is more of a vagrant issue, the line mentioned above is working correctly. the file `.kitchen/docker_id_rsa` that is auto generated is...
it looks like adding this to the driver config will be a fairly easy work around. `provision_command: "echo 'kitchen:kitchen'|chpasswd"`
I have a pre-built vagrant box with all of the necessary things installed for developing cookbooks etc. so that a new team member can just pull this down and be...
@jimmycuadra any chance this will get merged?
We are also having this issue with aqua and a regular user account. having admin should not be required
is there a estimate of when the partitioning will be supported?