- other commands (in part 1) - 1:56 docker logs - 5:28 docker exec -it If you have any questions, please comment below!
@mayaframe22195 жыл бұрын
I have to learn Docker for my internship and this series is by far the most helpful I've found. Looking forward to the next video!
@TechWorldwithNana5 жыл бұрын
Thank you for the positive feedback! :) I appreciate it.
@ДимаБерёзкин-т2ь5 жыл бұрын
Of course we like it. This is the best overview that can be found around. 👍
@TechWorldwithNana5 жыл бұрын
Wow thank you so much!
@ReynoldsPatrick Жыл бұрын
I've watched 5 parts in one day. All great stuff! Thanks!
@mathewkargarzadeh31584 жыл бұрын
Thank you Nana !!. I did make note of all the Docker commands you ran. many kudos to you for teaching us all. gratitude and appreciation for your time.
@TechWorldwithNana4 жыл бұрын
Thanks a lot Mat! 🙂
@manikanthreddy15394 жыл бұрын
Thanks a lot Nana !! You Videos series is a one stop solution for beginners to start with Docker !! Appreciate your efforts !!
@TechWorldwithNana4 жыл бұрын
Thank you 🙏 happy to hear!
@jruitti4 жыл бұрын
Thanks for the video course Nana. Hands-on technique is the best way to learn. As far as I saw, it is very clear to understand Docker from your videos. Keep it up!
@TechWorldwithNana4 жыл бұрын
Much appreciated Javier. Thank you for the support. Please don't forget to share. 😊
@kishoregr74984 жыл бұрын
Your videos are GOLD... LOVE IT.. MAN SO SIMPLIFIED.
@TechWorldwithNana4 жыл бұрын
Thank you. Great to hear!
@msingh6711 Жыл бұрын
Great content regarding docker. 😊 And you look like my cousin so it feels great to learn from you 😂 , keep it up 👍
@karthikeyanr20033 жыл бұрын
Your way of teaching is awesome
@thienphuctruong78583 жыл бұрын
Thank a lot Nana! Your videos are the best of the things I found!
@curriedagain7 ай бұрын
Great videos, simple, clear and to the point
@Gaurav-qw9us3 жыл бұрын
These Docker videos are really Helpful . Thank you!!
@ChandraShekhar-by3cd Жыл бұрын
Thanks a lot, all the playlist is really very informative. Thanks
@smsm_devel Жыл бұрын
Love it, started with the simplicity
@RavinderSingh-oq5cn4 жыл бұрын
you material is very basic and easy to understand....thanks a lot ...i have tried even paid courses. they are totally not worth it.
@TechWorldwithNana4 жыл бұрын
Thank you for such positive feedback Ravinder :)
@sameeranavalkar93522 жыл бұрын
Superb tutorial... Thanks Nana
@shoneshdevaraj32834 жыл бұрын
Hi Nana, You are keeping it simple making it very easy to understand for the begineers!!! Thanks😊 could you explain the purpose of running the container in detached mode.
@akashlodhi80212 жыл бұрын
this was really helpful to understand
@christineraouf286 Жыл бұрын
Amazing very well explained titorials
@rajcp1232 жыл бұрын
Excellent tutorial and very simple to follow.
@srichaitanya63784 жыл бұрын
Mind-blowing explanation
@Amit-qv8cp8 ай бұрын
Great explanation
@atefjlassi1934 жыл бұрын
awesome course ! thank you Nanna
@mostinho74 жыл бұрын
Done thanks Todo take notes of commands in onenote
@TechWorldwithNana4 жыл бұрын
Happy to help Mostafa! 🙂
@sojuthomas77274 жыл бұрын
You are a superstar❤️❤️
@TechWorldwithNana4 жыл бұрын
Thank you Soju! 😊
@zeerar2 жыл бұрын
Nice lectures on devops series
@morgann42763 жыл бұрын
Thanks for this video.. heped a lot!
@suitub57104 жыл бұрын
I like it so much!
@TechWorldwithNana4 жыл бұрын
🙏 If you think so, please support me and share the videos :D
@fatemepourghaemi25873 жыл бұрын
thanks for uploading I loved it
@tarcisio_menezes3 жыл бұрын
Awesome! Subscribed!
@chaminda5123 жыл бұрын
Well explained 🤩
@lvhailon4 жыл бұрын
I think there should be a space between the -p and the port numbers, is that right? I mean it should be"-p 8000:8000". but why "-p8000:8000" also works?
@TechWorldwithNana4 жыл бұрын
Yes both should work, but I usually write with space. I probably overlooked it
@akashlodhi80212 жыл бұрын
Please create some video covering, docker volume
@ancortrujillodownes63244 жыл бұрын
Hi Nana, when you talked about debugging the application using docker exec, are any changes made inside the container terminal permanent? or do they get reset whenever the container is stopped, or when docker run command is used? Also, is there a way to extract specific logs (as in a specific path) from inside the container, without having to enter the terminal? is there a way to also extract any config file from outside the container? Thanks in advance!
@TechWorldwithNana4 жыл бұрын
Hi Ancor. These are actually great questions. Yes you can make changes to your container with docker exec and these changes will persist and won't be reset when you stop and start the container again. It will be reset only when you re-create the container. The second question: yes you can copy files out of the docker container from outside without the terminal. You can do this using "docker cp " command. hope this helps!
@ancortrujillodownes63244 жыл бұрын
@@TechWorldwithNana Thank you very much! and keep up the great work ;)
@Lunolux2 жыл бұрын
great job
@acronproject2 жыл бұрын
Thanks for this
@marcohdez50454 жыл бұрын
Hi, I would like to see a video about how to debug a docker container, regards.
@ROYALNIL_SITE Жыл бұрын
excellent
@siddharthbarhate76595 жыл бұрын
I have two questions what do the -t parameter mean while executing exec command?I tried reading on internet but didn't quite get it. Also, what is the purpose of the detach mode?
@TechWorldwithNana5 жыл бұрын
1. -t stands for terminal. So with -it (interactive terminal) option you will get the container's terminal. Without -it you can execute just 1 command in the container from outside, like: "docker exec my-container printenv" 2. detached mode just enables you to run the command in the background, so you can continue using the same terminal session.
@manikantakumar36454 жыл бұрын
Nice tutorial series. One doubt, how can I change the port bindings of an already existing container? You explained how to add port bindings while creating a container. But how to deal with existing containers?
@shrhawk4 жыл бұрын
can you kindly share the slides in the video ?
@jingyuliu16794 жыл бұрын
How can I donate so you can keep making these awesome videos?
@TechWorldwithNana4 жыл бұрын
Hi Jingyu, I really appreciate that :) I don't take donation, but I started creating paid products. So if you want to support me you can buy e.g. this ebooks bundle bit.ly/3l4qXkR or I also publish my first udemy course in around 2 weeks 😊🙏 All the best!
@ananthupadhya51953 жыл бұрын
When you were naming the docker container you used the image name. What will happen if there are two containers with the same image name? Shouldn't this be container id or old container name specific?
@gebrekirstosgebrekirstos6878 Жыл бұрын
Docker for Windows 10 do you have tutoring how we can configured
@chetanurade52473 жыл бұрын
docker start or docker start , does it make any difference with either of the commands, I have observed that with docker start results in generating new container_id... would that make any difference.. Thanks Nana :)
@mohanbayyana4 жыл бұрын
what is meaning of docker entrypoint?
@IndianSumaira6 ай бұрын
Nana, where are other videos ??? Docker Tutorial 6 , 7, 8 ???? Please Nana upload others too, I need those please
@reneforbi60993 жыл бұрын
Nana are you there? i need urgent help reference "docker curl (5) could not resolve proxy: myproxy.local"