I'm running rdocker.sh on Ubuntu 16.04 under WSL. I'm running against an Alpine Linux 3.7 host. It seems to work in most cases, however when attempting to run an interactive command, I get the error tls: oversized record received with length 20527. For example:
docker:root@alpine ben@DESKTOP-L06DUSH:~/rdocker$ docker run -it alpine ash
tls: oversized record received with length 20527
Whilst docker run alpine will complete successfully and running any command on the Alpine Linux server itself also works. Any ideas?
I'm running
rdocker.shon Ubuntu 16.04 under WSL. I'm running against an Alpine Linux 3.7 host. It seems to work in most cases, however when attempting to run an interactive command, I get the errortls: oversized record received with length 20527. For example:Whilst
docker run alpinewill complete successfully and running any command on the Alpine Linux server itself also works. Any ideas?