Docker container doesn't bind network ports in 1.8.2

CircleCI upgraded pre-installed Docker to 1.8.2 and port biding seems broken for some users.

When you see this, you can try “-p” option of Docker to expose ports.

Ex. docker run -d -p 3000:80 nginx

2 Likes

@kimh wasn’t this fixed in the latest version of Docker on CircleCI?

@levlaz Yes, this is already fixed in the version that CircleCI is using, so users wont’t be affected anymore.

Perfect, just want to clear out some of the know-issues tags :slight_smile: