Noah Kantrowitz
Noah Kantrowitz
You would probably have to make sure whatever networking model is being used will work with the expectations of the driver. The driver tries to SSH to `$DOCKER_IP:$MAPPED_PORT` where the...
@ytsarev The issue with that approach is the IP of the hypervisor needs to be fixed or you're going to have a hellacious kitchen config.
@ytsarev That very much depends on the kind of networking model you are using. If a static, hardwired address works for you then that's cool, but I wouldn't advertise it...
I would highly recommend using `kitchen-dokken` if possible to people in this situation. It doesn't use SSH so it doesn't have as many issues with networking management.
Yeah, dokken is Chef-only at this time.
Upstart doesn't like running in a container, or at least I've never seen anyone actually get this working.
Okay, but what's starting sshd here? Normally kitchen starts that directly as the container entrypoint.
Also obligatory plug for poise-service which makes this a non-issue :)
@SaltwaterC Hmm, the whole reason for Kitchen 1.11.1 was to fix that bug, and on top that I made some changes in kitchen-docker that should have made it a non-issue.
Yeah, the right long-term fix is probably to use `docker version` or `docker info` to probe things a bit more.