I want to start my AWS journey but I don't know where i should start from.. and please suggest academic or offline classes where i can learn....I am not from a tech background I'm pursuing arts but I want to change please help me
Is there any website where we can practise how to create a Dockerfile and check it? Like for example we are given a project and it's details and then we write a Dockerfile?
when you use adduser -d /home/newuser username, you're basically saying, "Hey, create a new user with the name 'username' and make their home directory '/home/newuser'."
If you mention 10 commands in CMD, but you want to execute a specific command 1st ,then you can mention that command in CMD. And out of this 10 commands the CMD command will execute first.
To understand this you need dev knowledge like everything about the files for the application like dependencies, requirements and all. Otherwise you cannot understand. Without knowing of legs, you can't walk or stand
This is an intermediate level video watch this first and it will make sense. Complete Docker course in 30 mins | Docker Tutorial for Beginners 2024 ua-cam.com/video/q5S14cfOWfE/v-deo.html
Make sure to practice along with me to understand these dockerfile instructions 😄
Please like & share :)
I like your videos, always on point and backed with hands on 😊
Heey Genius, great video ... Kudos 🎉🎉🎉🎉
Your clear explanation makes learning easy.. Many thanks for this video🙂
You are welcome 😊
Thank you for this video much needed!
You are so welcome!
Really very helpful video, I got many concepts clear from this video please sir keep uploading videos like this.
Thank you, I will :)
Very helpful I am looking for resources to create Dockerfile for my app.
now I have clear understanding thanks to this video.
You are most welcome
Very helpful . Best video on dockerfile creation .
Glad you think so!
Best part of the video is that you showed docker documentation for reference.
I understand more with example
Thanks
saw this video without the prior one, great content, lovely explanation.
Awesome, thank you!
Thank you very much for this video, it was very informative and easy to follow along with!!
You're very welcome!
So sweet person to explain very quick and clear ... Kudos 🎉🎉🎉
Thanks a lot 😊
Thanks for the detailed explanation!
My pleasure!
This is helpful, thanks.
You're welcome!
Thanks always great content ❤
You are welcome 🙏
All DevOps videos and documents are very informative. Share the Jenkins Concepts videos and documents needed!!👍🏻
Thank you! Will do!
till best docker file tutorial
Thank you !
Good job, teacher.
You are welcome student 👨🎓
I want to start my AWS journey but I don't know where i should start from.. and please suggest academic or offline classes where i can learn....I am not from a tech background I'm pursuing arts but I want to change please help me
Just learn some linux commands and gets hands-on then start AWS from Abhishek veermala playlist
I suggest Udemy course by Neal Davis is good to start but you can also AWS skill builder free courses .... Nice stuff for free
Watch Abhishek Verramalla'S AWS Zero to Hero Playlist
ua-cam.com/play/PLdpzxOOAlwvLNOxX0RfndiYSt1Le9azze.html&si=PRtD_6KqLfNT-kKY
Follow this page for your AWS learning journey
If you know Hindi, then Technical-Guftgu channel is the best channel for starting both AWS and DevOps. The way he teaches is awesome.
Is there any website where we can practise how to create a Dockerfile and check it? Like for example we are given a project and it's details and then we write a Dockerfile?
Bro, do you have any experience in huggingface docker deployment?
please explain what is the meaning of -t in commands and use of each parts like why we use env variables
-t is tag use to give name when creating docker image through build command
Which linux distribution you use and do you any other os for your daily work?
I use Ubuntu Linux
@cloudchamp thanks very much for this video. Very very helpful.
You're very welcome!
Really good video, thnk you for explaining all these docker command
Can you also create a video on kubernretws please?
Yes, soon
Nice, tutorial
Thanks!
Hello there, how can i get an internship in devops Or cloud.
Sir u are doing well, but pls we need video on Bash script for DevOps thanks
Bro please do it on eclipse
Super bro
🙏
Is your s3 bucket private? I am quite sure you need to set some permissions download the file from s3.
Yes its public
ADD instructions can get information from the web which could be on cloud(s3 bucket), or a token anything
informative
Thanks
bhai aapke ghar me koi lad rha tha kya ??
btw awesome video
where we are using -D while creating the user?
when you use adduser -d /home/newuser username, you're basically saying, "Hey, create a new user with the name 'username' and make their home directory '/home/newuser'."
Underrated comment
💯
Nice vid
Thank you ☺️
GUI application?
Devops roadmap
Difference between CMD and EntryPoint
If you mention 10 commands in CMD, but you want to execute a specific command 1st ,then you can mention that command in CMD. And out of this 10 commands the CMD command will execute first.
👌
To understand this you need dev knowledge like everything about the files for the application like dependencies, requirements and all. Otherwise you cannot understand. Without knowing of legs, you can't walk or stand
Right!
Kubernetes explains this type
First!!!
❤️❤️
As a beginner I did not understand much from this video
This is an intermediate level video watch this first and it will make sense.
Complete Docker course in 30 mins | Docker Tutorial for Beginners 2024
ua-cam.com/video/q5S14cfOWfE/v-deo.html
When do you use an entrypoint or CMD and what are the differences or is it a different requirement based on the app you are trying to dockerize?