How to install telnet in Docker for Windows 10

0 votes
When I try to run telnet command in Docker it does not run.

Is there any other command for this?
Aug 28, 2018 in Docker by Sophie may
• 10,610 points
3,121 views

1 answer to this question.

0 votes

If you are trying to telnet in your container to gain access to it, that isn't how you would want to connect. Docker provides that functionality.

Connect into a running container:

docker exec -it <container name> bash
$ root@665b4a1e17b6:/#

Start a container from image, and connect to it:

docker run -it <image name> bash
$ root@665b4a1e17b6:/#

answered Aug 28, 2018 by Tyrion anex
• 8,700 points

Related Questions In Docker

0 votes
1 answer
0 votes
1 answer
0 votes
3 answers

How to enable docker remote API in Docker for Windows?

Try these steps- Navigate to /lib/systemd/system in your ...READ MORE

answered Aug 25, 2020 in Docker by Pistle
• 300 points
7,588 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,435 views
0 votes
1 answer

How to save a Dynamic port in Docker for Windows?

The mapped ports can be accessed via ...READ MORE

answered Sep 4, 2018 in Docker by Tyrion anex
• 8,700 points
591 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP