user2323240
user2323240

Reputation: 1677

Get host IP Address from within docker container

Is it possible to get your native 'localhost' IP from within a docker container? (example:)

enter image description here

Thanks!

Upvotes: 1

Views: 253

Answers (1)

kamillitw
kamillitw

Reputation: 472

You cannot get host IP from within a Docker container but you can pass this as an environment variable.

Upvotes: 2

Related Questions