Linux serverNETWORK ADMINISTRATIONS

Install Docker & Docker Compose – Centos 7 /Freelancing

This video will shows how to Install Docker & Docker Compose – Centos 7 from School Of Freelancing.

School Of Freelancing Is Linux Practical Project Management Freelancing Ecosystem To Establish Earn By Doing Freelancing From Home 🙂

If You Are Looking For One To One Freelancing Training Contact Through Facebook Page And Ask For Help.

Note: Only We Provide One To One Linux Freelancing Training Around The Globe!

Find Us:
=======

Facebook: https://www.facebook.com/SchoolOfFreelancing/

Twitter: https://twitter.com/SchoolOfFreelan

Telegram: https://t.me/schooloffreelancing

Discord: https://discord.gg/RfXDyDR

Reddit: https://www.reddit.com/user/schooloffreelancing

Medium: https://medium.com/@schooloffreelancing

LinkedIn: https://www.linkedin.com/company/school-of-freelancing/

Google+: https://plus.google.com/u/0/+SchoolOfFreelancingsof

Step 1 — Install Docker

$ sudo yum install -y yum-utils device-mapper-persistent-data lvm2
$ sudo yum-config-manager –add-repo https://download.docker.com/linux/centos/docker-ce.repo
$ sudo yum install docker-ce
$ sudo usermod -aG docker $(whoami)
$ sudo systemctl enable docker.service
$ sudo systemctl start docker.service

Step 2 — Install Docker Compose
$ sudo yum install epel-release
$ sudo yum install -y python-pip
$ sudo pip install docker-compose
$ sudo yum upgrade python*
$ docker –version
$ docker-compose version

#Docker #DockerCompose
#Linux #Ubuntu #CentOS #Freelancing #Freelance #OnlineWork #learnfreelancing #freelancing #learning #training #freelancingtraining #linuxtraining #ubuntutraining #learnubuntu

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *