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

How to find the correct docker ip #3

Open
Nicholas-wei opened this issue Dec 31, 2023 · 0 comments
Open

How to find the correct docker ip #3

Nicholas-wei opened this issue Dec 31, 2023 · 0 comments

Comments

@Nicholas-wei
Copy link

Hello author
I want to ask how to find the correct docker IP argument when running gh.py in the field --ip=
For example, if the shell command $ ip a outputs like this

5: docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default 
    link/ether 02:42:51:33:77:fd brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
    inet6 fe80::42:51ff:fe33:77fd/64 scope link 
       valid_lft forever preferred_lft forever

should I write --ip=172.17.0.1 or something else? How to find the correct ip argument?
I will appreciate it very much if you could help, thanks!

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

No branches or pull requests

1 participant