We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Platform: Ubuntu 20.04 for arm64 (Graviton3) Guest Image: ubuntu 20.04 for arm64
tcpdump returns the following error: tcpdump: lo: SIOCETHTOOL(ETHTOOL_GET_TS_INFO) ioctl failed: Function not implemented
tcpdump: lo: SIOCETHTOOL(ETHTOOL_GET_TS_INFO) ioctl failed: Function not implemented
How to reproduce the issue :
$ docker run -it --platform=amd64 --entrypoint=bash ubuntu $ apt update && apt install -y tcpdump $ tcpdump -i lo
The native execution works as excpected:
$ docker run -it --entrypoint=bash ubuntu $ apt update && apt install -y tcpdump $ tcpdump -i lo
Results tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on lo, link-type EN10MB (Ethernet), snapshot length 262144 bytes
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on lo, link-type EN10MB (Ethernet), snapshot length 262144 bytes
The text was updated successfully, but these errors were encountered:
I believe I have the same networking problem. Trying to run rocketchat amd64 but the container can never reach mongodb or anything else outside of it.
Sorry, something went wrong.
No branches or pull requests
Hello,
Platform: Ubuntu 20.04 for arm64 (Graviton3)
Guest Image: ubuntu 20.04 for arm64
tcpdump returns the following error:
tcpdump: lo: SIOCETHTOOL(ETHTOOL_GET_TS_INFO) ioctl failed: Function not implemented
How to reproduce the issue :
$ docker run -it --platform=amd64 --entrypoint=bash ubuntu $ apt update && apt install -y tcpdump $ tcpdump -i lo
The native execution works as excpected:
$ docker run -it --entrypoint=bash ubuntu $ apt update && apt install -y tcpdump $ tcpdump -i lo
Results
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on lo, link-type EN10MB (Ethernet), snapshot length 262144 bytes
The text was updated successfully, but these errors were encountered: