Fork me on GitHub

MoYummy's Blog

sudo yum install -y yum-utils sudo yum-config-manager --add-repo https://docs.docker.com/engine/installation/linux/repo_files/centos/docker.repo sudo yum makecache fast sudo yum -y install docker-engine sudo service docker start sudo chkconfig docker on cut -d: -f1 /etc/group|grep docker sudo usermod -a -G docker [user] sudo reboot -f
04 Feb 2017 View (100) Comment (100)
Install git sudo -i yum install git
29 Nov 2016 View (100) Comment (100)
Install RVM sudo -i yum groupinstall -y development # or yum groupinstall -y 'development tools' gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 curl -L get.rvm.io | bash -s stable usermod -aG rvm administrator # usermod -aG rvm [user]
29 Nov 2016 View (100) Comment (100)
Pick a mirror on http://mirror-status.centos.org/ (e.g. mirror.vastspace.net)
26 Jan 2016 View (100) Comment (100)
2017 Mo Yummy
Powered by Jekyll and Bootstrap
Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.