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

Fix Docker instruction when host IP has more than 1 digit #1594

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

RomainGehrig
Copy link
Contributor

Instead of replacing the last char with 1: replace everything starting from the last dot with .1.

For instance, my Docker assigned the IP 172.30.0.14 to the interface which resulted to the wrong gateway IP 172.30.0.11

Instead of replacing the last char with `1`: replace everything starting from the last dot with `.1`. 

For instance, my Docker assigned the IP `172.30.0.14` to the interface which resulted to the wrong gateway IP `172.30.0.11`
@matthiask matthiask merged commit c7123af into django-commons:main Mar 9, 2022
@matthiask
Copy link
Member

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

Successfully merging this pull request may close these issues.

2 participants