tox-dev / tox-docker

A tox plugin to run one or more Docker containers during tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tox-docker should support tcp default

chayim opened this issue · comments

The default docker port mapping creates a tcp portmap, when the protocol is not defined. Currently tox-docker requires a protocol definition, though ideally it would behave similarly to docker.

PR: #99