All docker nodes (except one) crashing because of updater

All my storagenodes are crashing because of updater. I have 8 storagenodes on my server - 1 for each hard drive. After updating to latest docker image (30 min ago), 7 out of 8 docker containers are crashing with following message:

Error: Another program is already listening on a port that one of our HTTP servers is configured to use.  Shut this program down first before starting supervisord.

Seems like you cannot use more than one docker instance on a server. Is there a way to customize the port of supervisord?

P.S. I am using --net=host in my docker run.