-
Notifications
You must be signed in to change notification settings - Fork 88
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
Can't get it running on linux #21
Comments
It is a firewall issue. The host firewall must allow the Get the relevant port of the container:
Allow the container's ip to access the port on the host, here using ufw:
done :) |
glad to here that. |
Closed
@qoomon Could you please update the README for a more general command? I still mess up with the command. |
What kind of example you are thinking of?
…On Mon, 30 Dec 2019, 01:26 Jieru Mei, ***@***.***> wrote:
@qoomon <https://github.com/qoomon> Could you please update the README
for a more general command? I still mess up with the command.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21?email_source=notifications&email_token=AA6HUAQ7PMOI5VLNDHX3Q3LQ3E53XA5CNFSM4HR3O5L2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHZLXKI#issuecomment-569555881>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6HUAT5ELAMVYTODFECU7DQ3E53XANCNFSM4HR3O5LQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use the bridged network
d_backend
to communicate betweennc
listening on the host service and a docker container emitting messages.This is the network
On the host I bind nc to that ip:
This is my docker-compose.yml
I run this (within folder
d
so that the correct network is used)I would expect to see a date on the host every second, but I don't. Any ideas?
The text was updated successfully, but these errors were encountered: