After 50 years of looking for this, there is finally someone that actually helps
@BenOgorek Жыл бұрын
At 2:30, it looks like the terminal equivalent to "Attach Shell" is "docker exec -it /bin/bash"
@cer_mal02 ай бұрын
thanks
@Phil_D_Waller5 ай бұрын
brilliant! chatgpt was letting me down! you solved it!
@yashbhatt3815 Жыл бұрын
Thank you so much for this. Had this video saved in bookmark. As I was learning Docker back then. Now looking back onto this, I’ve reached so far. Have covered so much in life. Kubernetes, Terraform, certified all 3 major clouds and much more. ❤
@Santhosh2k469 күн бұрын
Thanks it helped me !
@thayaganthusiyanthan97082 жыл бұрын
Thanks you helped me alot. Can't wait for new videos.
@claire_code1013 жыл бұрын
From Notification squad, great video sir 👍
@minh_trangia2 ай бұрын
what software do you use to record your screen? it gets some great effect for demonstration.
@artemushenko3333 Жыл бұрын
Thanks it helped me !!🙏
@kromodoro9 ай бұрын
[Brazil] Thank you so much
@Siyamthanda2 Жыл бұрын
Thank you so much
@hema-val10 ай бұрын
Thanks.. your video helped me.
@salimmzoughi34742 жыл бұрын
Thank you so much .. you saved my life
@6stripsrainbow2 жыл бұрын
Хорошее обучение. Спасибо большое! Хотелось бы теперь с docker-compose
@adityajawla7233 жыл бұрын
Thanks for the tutorial.
@DanielSanchez-hv1hg2 жыл бұрын
Thank you so much!
@arduinoguru72332 жыл бұрын
BTW, you don't need to use VSC ,you can issue the command directly here:- sudo docker exec -t c437653487654c653328765b44567567567567434342323424c bash
@ramkunwarmeghwal54652 жыл бұрын
you can use only first four character of docker container id instance of all
@kamaleshselvam28507 ай бұрын
What if i want it to access from outside the local network using pulic ip . How can i achieve it if it is possible?
@jmmakwana35633 жыл бұрын
Heat boss 👌👌
@yildiz123213 жыл бұрын
Thank you so much for sharing. I dont understand, I can connect with following your instructions but why I cant see any folder when I run ls command as you did ?
@yildiz123213 жыл бұрын
I found it because I'm connecting as in root directory, after cd .. commandI could saw the files
@wowwwww1993 Жыл бұрын
I am a complete docker beginner, this video helped me to run a debian image on my OpenWRT-Setup. Thank you! Fail2Ban is missing, I would recommend to activate it.
@drac885411 ай бұрын
How will i edit ssh>config file from dockerfile.
@mojoma211 ай бұрын
thank's
@touyaakira1866 Жыл бұрын
I followed this but when I login ssh always gives an "Access denied" error I changed the password simply with the command "passwd root" the password is 1234 so I believe I did not type it wrong. What should I do, please help me
@unlink16493 жыл бұрын
Limited usefulness. You explain how to connect to a local container, but typically, containers run remotely, meaning you need a docker compose to set up ssh. There are 10000 tutorials who explain local container access with ssh, but barely any who go into the docker compose.
@veereshpatel.463 жыл бұрын
Waiting for reactjs course
@herteert2992 жыл бұрын
Your method is not working
@zilog1 Жыл бұрын
ew a mac. get a real computer.
@prof_as Жыл бұрын
lol
@EnchikO Жыл бұрын
i get after "ssh root@localhost -p 80" error -> kex_exchange_identification: Connection closed by remote host.
@22CabbageDotCom Жыл бұрын
Where did you get port 80 from? If you followed everything per the video, you should be using 2200, instead of 80. In the video, he talks about binding local port 2200 to port 22 (ssh server listens on) in the container. I hope this helps.
@BrawlStars-jd7jh7 ай бұрын
a little bit later her but, port 80 is reserved for http protocol, you shoud've chosen any free port above 1023