-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/proxy healthcheck through host proxy #44
base: dstewart/chore/avoid-bespoke-protocol
Are you sure you want to change the base?
feat/proxy healthcheck through host proxy #44
Conversation
c2adcae
to
1aaf529
Compare
d86eb8e
to
70692e9
Compare
@@ -330,7 +355,7 @@ export async function setupContainer( | |||
|
|||
// warm up the container. wait 10s until we get at least one good result back. | |||
if (type === 'server') { | |||
healthCheck(container, network); | |||
await healthCheck(container, network, hostPortMapping); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops
looks good at face value, but "why" is not clear to me. |
macOS docker doesn't (can't?) expose the docker subnets to the host due to virtualization boundary. The reason tests passed locally at all (on mac) was because of the missing |
4e57c85
to
7738f54
Compare
70692e9
to
5b077b6
Compare
8080
await
healthcheck calls