Folks, does hyperdrive work with containers? I passed `this.env.HYPERDRIVE.connectionString` from my

Folks, does hyperdrive work with containers? I passed this.env.HYPERDRIVE.connectionString from my worker to container. But my Python code inside the container is not able to reach the host. Works fine if I use my origin database connection string inside Python. Also worker can connect to db with hyperdrive connection string. Only container can't. Any ideas?
could not translate host name "3d9c675c6d0235ddd9a54021ff8d1c14.hyperdrive.local" to address: Name or service not known
Was this page helpful?