Docker Beginner Tutorial 5 - How to install DOCKER on LINUX ? Step by Step

preview_player
Показать описание
sudo pacman -S docker
sudo usermod -aG docker $USER

Prerequisite
OS should be 64 bit
Linux kernel ver 3.10 or greater

command to check : uname -r

STEP 1 - Connect to Linux system

STEP 2 - Install DOCKER
sudo yum -y update
sudo yum install -y docker

docker
docker --version

STEP 3 - start DOCKER
sudo service docker start
sudo usermod -a -G docker "user"

docker info

docker run hello-world : to run hello-world image

docker images : to get list of images present locally

docker ps : to get list of running containers

docker ps -a . : to get list of all containers

STEP 4 - stop DOCKER
sudo service docker stop
uninstall DOCKER
sudo yum remove docker

HELPFUL TIPS
for more installation related help

To install docker from binaries

Installation steps for amazon ec2

References:

#DockerOnLinux #DockerInstallation #HowToInstallDocker #DockerTutorials #DockerTraining #DevOpsTools #DevOpsTraining #DockerCommands #DockerForBeginners

DOCKER PLAYLIST
YOUTUBE PLAYLIST
YOUTUBE
FACEBOOK
TWITTER

________ ONLINE COURSES TO LEARN ________

------------ UI TESTING ------------

------------ API TESTING ------------

------------ MOBILE TESTING ------------

------------ CI | CD | DEVOPS ------------

------------ VERSION CONTROL SYSTEM ------------

------------ PERFORMANCE TESTING ------------

------------ JAVA ------------

------------ MAVEN ------------

------------ OTHERS ------------

------------ FOLLOW ------------

Share your knowledge with everyone and,
Never Stop Learning
Raghav
Комментарии
Автор

I am learning Docker and came across these videos. Watched the whole beginner series. Very good for beginners. Thank you !

shweta
Автор

Thank you very much for this. I wasted an entire day trying to do this without any video, relying solely on instructions from the Docker site. I couldn't figure out how to install Docker until this video.

TuneInTurnOnDropOutt
Автор

Crisp & clear, exactly what a beginner wants . Thanks Raghav .

panditvenkatesh
Автор

Was trying to learn docker for long time. But didn't find it very interesting. The way you explained Docker, made me more excited to learn more about docker. Thank you for these tutorials.

abdulawal
Автор

Hi Raghav, your tutorials are very clear and helpful. Thank you!

dlringor
Автор

I know what docker is, I just wanna get it up and running and start working with it. Your tutorial was very good. Thanks

abdur
Автор

Wow enjoying learning docker, this guy is having great tuiting skills. 🙏🙏🙏🙏

giridharkumar
Автор

Simple, brilliant and very explicit, thanks so much Raghav

Eche
Автор

I started learning about docker just now. And got an good idea about it. Thanks very much. Can you tell us about detailed explanation of docker and why we are moving into docker?

viralpoint
Автор

Short and to the point step by step videos I like to gain knowledge. Again you are awesome person and of course very good visual trainer rather wasting time explaining theory for long time

mycricketpassion
Автор

Within few days I became a big fan about your teaching abilities and how easy to describe things . Is there content or course on where you share docker from scratch to advanced level ?

soumyadipchatterjee
Автор

Its really good & useful to understand & learn docker in small parts of video. I hope you will create & release more videos on Docker & other Devops tool

swapnilsandbhor
Автор

Such a great and detailed explanation.. never before ever after brother.

sateeshtechhub
Автор

Thanks Raghav for your amazing tutorials

deveshbhardwaj
Автор

Nice explanation ...easy to understand and pleasant to watch the traning videos..ALL THE BEST

BSHR
Автор

Sir you keep on going like this, your concepts plus explanations are just awsome... Please make tutorial for as much as DevOps tools as possible.. Humble request sir...

yeahboi
Автор

Very nice. Everything is crystal clear after listening these sessions. Thanks a lot.

shaktisingh-ludm
Автор

I really like this video. It's clear and concise.

IanoNjuguna
Автор

Man, as usual, you video was EXCELLENT...

rfrancoi
Автор

Thanks for your videos to this topic
This is so helpful in beginners

praveenr