Before to run sudo apt install -y docker-ce I was able to run telnet without issues in my machine, but when I install that package I’m not able to run telnet successfully.
Before installing docker-ce
telnet 172.10.11.124 1521
Trying 172.10.11.124...
Connected to 172.10.11.124.
After installing docker-ce
telnet 172.10.11.124 1521
Trying 172.10.11.124...
telnet: Unable to connect to remote host: No route to host
If I uninstall docker, Telnet runs without problems.
Can anyone help me how can I solve this problem with docker-ce installed?