Matti Paksula

Results 246 comments of Matti Paksula

use ws-cat to test that your server is okay > On 4. Sep 2020, at 13.13, Moses Gathuku wrote: > >  > I need some help , > Am...

I guess you dont have a server running then. Sorry, can't help more. > On 4. Sep 2020, at 14.08, Moses Gathuku wrote: > >  > @matti could you...

With VirtualBox 5.2.4, High Sierra >Starting local Kubernetes v1.8.0 cluster... >Starting VM... >E0107 16:02:13.814743 10139 start.go:150] Error starting host: Error starting stopped host: Error setting up host only network on...

No, I meant when I'm using sherpa as DOCKER_HOST ``` my machine --> sherpa --> dockerd ```

`docker ps` etc works, but running for example `DOCKER_HOST=sherpasip:4550 docker run -it alpine sh` won't work, it will just hang.

^- above I said `docker ps` works.. Anyhow, here's a way to repro: ``` $ docker-machine start $ docker-machine env export DOCKER_TLS_VERIFY="1" export DOCKER_HOST="tcp://192.168.99.100:2376" export DOCKER_CERT_PATH="/Users/mpa/.docker/machine/machines/default" export DOCKER_MACHINE_NAME="default" # Run...

I'm assuming that this is due to docker protocol where the `docker run` output is attached to the HTTP body in non-standard HTTP way.

I think the issue is here: https://docs.docker.com/engine/api/v1.26/#operation/ContainerAttach The logs start to stream and the stream is not handled, see: ``` POST /containers/16253994b7c4/attach?stream=1&stdout=1 HTTP/1.1 Upgrade: tcp Connection: Upgrade The Docker daemon...

everyone in this thread deserves a 🍺 - this should be in the docs.