Skip to main content

How to Install Docker in Linux?


Read this article which will help you to understand the procedure of Docker installation in Linux. This tutorial was published on scmGalaxy and written by well known DevOps trainer - Rajesh kumar.

Note - You should install Docker using root or with sudo access.
 
Install Docker on Ubantu 
# apt-get update
# apt-get install -y docker.io
# service docker.io start
 
Install Docker on Redhar / Centos Read more click here

Reference:- This article was article was originally posted on scmGalaxy.com

Comments

Popular posts from this blog

Teamcity and Github Training by DevOpsSchool

Teamcity is a configuration management tool (in JAVA) build and tests the project which is configured through server and can be set up to build and run on different platforms and operating systems. Teamcity Agenda - https://bit.ly/2Pd2Mzz To learn GitHub you should understand GIT first. When software or an app get developed, a constant change has been made to the code, releasing new version up to and after its official release. Github Agenda - https://bit.ly/2LJXe2X Teamcity and Github Training by DevOpsSchool (Must have skills to stay relevant in the Industry - ENROLL NOW!) For further discussion, you can reach us on call/WhatsApp: +91 700 483 5930 | +91 700 483 5706 | Email: Contact@DevopsSchool.com #DevOps #Teamcity #Github #Training #Certification #Course #Online #DevOpsSchool

What is the difference between terminating and stopping an EC2 instance?

Read this article to find out what are the differences between terminating and stopping an EC2 instance. This article is written by by well known DevOps trainer - Rajesh Kumar. Answer Terminate Instance When you terminate an EC2 instance, the instance will be shutdown and the virtual machine that was provisioned for you will be permanently taken away and you will no longer be charged for instance usage. Any data that was stored locally on the instance will be lost. Any attached EBS volumes will be detached and deleted.  Read more click here Reference:- This article was originally posted in scmGalaxy.com

Top 10 Vulnerability Assessment Tools in 2025 — Features, Pros & Cons & How to Choose

Top 10 Vulnerability Assessment Tools in 2025 — Features, Pros & Cons & How to Choose In a world where cyber threats evolve at lightning speed, organizations can't afford blind spots. Vulnerability assessment tools are no longer optional — they are critical for proactively discovering weaknesses, prioritizing risk, and enabling remediation. In this comprehensive 2025 guide, we analyze the Top 10 Vulnerability Assessment Tools , comparing features, pros & cons, and ideal fit scenarios. Use this to help you choose a tool that aligns with your risk posture and architecture. Also check our full comparison article: Top 10 Vulnerability Assessment Tools in 2025: Features, Pros & Cons, Comparison Why Vulnerability Assessment Matters Today Vulnerability assessment is the process of discovering, evaluating, and prioritizing security flaws in systems and networks. Unlike a penetration test, which attempts exploitation, vulnerability assessment focuses ...