Describe the bug
if we want to publish pod's port to specify interface outside, error raised.
To Reproduce
Steps to reproduce the behavior:
- [Success]
docker run --name local-postgres -p 127.0.0.1:5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres
- [Failed]
docker run --name local-postgres-133 -p 10.0.0.133:5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres
Expected behavior
pod local-postgres-133 launch successful and bind it's 5432 to 10.0.0.133:5432
Describe the bug
if we want to publish pod's port to specify interface outside, error raised.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
pod
local-postgres-133launch successful and bind it's 5432 to 10.0.0.133:5432