testcontainers-clj icon indicating copy to clipboard operation
testcontainers-clj copied to clipboard

container: :host networking mode

Open sundbry opened this issue 9 months ago • 0 comments

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.

sundbry avatar Apr 30 '24 18:04 sundbry