testcontainers-clj/src/clj_test_containers
Ryan Sundberg ce8eaaf305
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.
2024-04-30 11:51:42 -07:00
..
spec Documentation for 0.6.0 2022-03-25 22:59:14 +01:00
core.clj container: :host networking mode 2024-04-30 11:51:42 -07:00