testcontainers-clj
testcontainers-clj copied to clipboard
container: :host networking mode
Host networking is unique from the other network drivers. It requires the container to run (.withNetworkMode "host"). Trying to create a docker network with the "host" driver does not work.
This adds a special keyword :host
which may be set as the container :network
.