VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Docker Tutorial for Beginners - A Full DevOps Course on How to Run Applications in Containers

Docker Tutorial for Beginners - A Full DevOps Course on How to Run Applications in Containers

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Get started using Docker with this end-to-end beginners course with hands-on labs. Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud. In this course you will learn Docker through a series of lectures that use animation, illustration and some fun analogies that simply complex concepts, we have demos that will show how to install and get started with Docker and most importantly we have hands-on labs that you can access right in your browser. - Practice Labs: https://bit.ly/3IxaqRN - KodeKloud Website: https://www.kodekloud.com - Tutorial from KodeKloud. Check out their Youtube Channel: https://www.youtube.com/user/mmumshad
Date: 2022-03-14

Comments and reviews: 5


I'm new to docker and I've got a doubt for which I'm not able to find the answer anywhere. Can someone please help me clear this doubt. -
Assuming we are running dockers on a Linux machine. I've learnt that docker container uses the underlying kernal of the OS which is installed. It interacts with the kernal directly. -
But still the very first line of the container image has a FROM UBUNTU, FROM REDHAT, etc declaration. When the container is run it'll download the specified OS image and first run that container, then this container/application we are intending to run will start. -
1> What is the purpose of pullling the OS image, when it can use the OS on which dockers is installed ? -
2> in the first place why do we even need an OS layer when dockers communicates directly with kernal and it hasgot nothing to do with the any OS -
3> Also if it has to download and run OS, what is the difference between VM and Containers ? even VM has its own OS... -
4> how does container become lightweight if it carries an OS of it own on every instance/run ?

reply

Docker now runs through Docker Desktop and that command line you used isn't visible or available. Where did you access the command line from? I need access to that specific command type in order to pull off some docker image and container commands I wish to test out. My docker is using Windows Powershell commands mainly, or through a Visual Studio Code application/extension.
reply

46:21 you need to install pip for this code the work, you also need respond yes to the prompt replacing this line:
RUN apt-get install --assume-yes python3
To install pip use:
RUN apt-get install --assume-yes python3-pip

reply

Amazing course packed in 2h! The instructor's way of expressing and explaining the core concepts and technical aspects is just amazing. I'm really satisfied of what I have learnt from him - Huge thanks to KodeKloud! -
reply

Great content about Docker for a beginner like me, absolutely loved it !
Regarding your teaching way, to me, it's a simple, cool and good vocabs, perfect !!
Thanks for the content and All the very best !!!

reply
Add a review, comment






Other channel videos