Docker-Project
These are the projects based on my learning from IIEC RISE 1.0 DOCKER training given by Vimal Daga Sir.
I have completed IIEC DOT 1.0 DOCKER Training under the guidance of Vimal Daga Sir. A Special thanks to Vimal Daga sir and the whole IIEC Rise Community for organizing such a great course with a great motive of #makingindiafutureready.
In this I implemented CMS with MySQL Database in a Multi-Tier Architecture using Docker.
iiec_connect #iiec_rise #iiec_dot #iiec #vimaldaga #initiative #righteducation #docker #rhel8 #dockercompose #training #redhat #redhatlinux #virtualization #virtualmachines #containerization #containers #ghost #ghostwriter
RISE-ID: RISE 2020.51.8.1
Requirements:
- Yum configured
- Docker Community Edition installed
- Internet Connectivity
Initial Setup:
- To start Docker : "systemctl start docker"
- To check status of Docker : "systemctl status docker"
- To install mysql image : "docker pull mysql:5.7"
- To install mysql client software : "yum install mysql"
- To install docker-compose : Run following commands without quotes
a. "sudo curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose"
b. "sudo chmod +x /usr/local/bin/docker-compose"


Log in or sign up for Devpost to join the conversation.