Hello, I’m having issues with docker timing out on my build:
https://circleci.com/gh/jaarky/bottleship/9
I logged in with Debug SSH and verified that a simple command also hangs:
docker run -it --rm jaarky/bottleship /bin/bash
Could it be due to the old docker version (v1.9)? I’m having trouble replicating the issue outside of the CircleCI image.
Thanks in advance.