filmov
tv
Docker Beginner Tutorial 5 - How to install DOCKER on LINUX ? Step by Step
Показать описание
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
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
________ 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
Комментарии