Skip to content
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

update command line of sending request to service #198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

porschemacan
Copy link

in such command : '--env="IP=$IP" -- wget -O- $IP:80', both '$IP' was get from host machine, not the container, we should use '/bin/sh -c' to let the second '$IP' get from container.

in such command : '--env="IP=$IP" -- wget -O- $IP:80',   both '$IP' was get from host machine, not the container,  we should use '/bin/sh -c' to let the second '$IP' get from container.
@dgkanatsios
Copy link
Owner

dgkanatsios commented Jul 26, 2021

thanks for this! One question, why is the $IP set to the IP of the host machine in the current solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants