You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by the docker/resolvconf.patch that adds @TERMUX_PREFIX@ in moby/container/container_unix.go even though the paths in that file refer to the file system inside the container rather than the one outside of it.
Problem description
Following the Docker network tutorial for user-defined networks does not allow two containers to ping each other by name.
This is caused by the
docker/resolvconf.patch
that adds@TERMUX_PREFIX@
inmoby/container/container_unix.go
even though the paths in that file refer to the file system inside the container rather than the one outside of it.What steps will reproduce the bug?
The result is
Note also that
What is the expected behavior?
Ping should succeed:
System information
termux-info:
The text was updated successfully, but these errors were encountered: