Install Docker on Oracle Linux

# yum install docker-engine
# systemctl start docker 
# systemctl enable docker
# systemctl status docker

Comments