Skip to content

isitdevops.com

  • MySites
    • isitdevops.com
    • devops.isitdevops.com
    • eb-devops (Elastic Beanstalk)
    • Notes-not cloud
  • Uncategorised

Tag: docker

Docker on Centos

Install Docker on the Centos VM

Instructions are from:

https://docs.docker.com/install/linux/linux-postinstall/

$ sudo yum install -y docker

# Now add the docker group so you can allow none root users to manage docker

$ sudo groupadd docker

$ sudo usermod -aG docker 

$ sudo systemctl enable --now docker (or systemd)
Posted on 27th November 2018 By adminPosted in IntroTagged centos, docker
AWS ertificates
Proudly powered by WordPress Theme: Colinear by Automattic.