Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Jul 29, 2024
1 parent 3398ca4 commit a6dcde4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ can read that as both `docker` and `podman` (it works for both), unless
otherwise specified.

This container will determine docker host address in the following order
* Use ip from environment variable `DOCKER_HOST` if set
* If set use ip from environment variable `DOCKER_HOST`
* This allows you to use this image to forward traffic to arbitrary destinations, not only the docker host.
* Try to resolve host using DNS names e.g. `getent ahostsv4 host.docker.internal`
* docker hostname `host.docker.internal`
* podman hostname `host.containers.internal`


* Defaults to default gateway (`ip -4 route show default`)

#### Ports
Expand Down

0 comments on commit a6dcde4

Please sign in to comment.