Mentors
- @namanmanish (+91 9429504960)
- @narayanpai1 (+91 9108074459)
Containerised MVC web app with the help of docker
- Use any MVC framework (rails,django,Nodejs) and connect it to mysql
- You should pull the mysql image from the docker-hub
- For the framework write a dockerfile and then build the image
- Run this two containers and create a network to facilitate their communication
- For the mysql container use volumes so that you can retain the data
- Create a docker-compose.yml file which will spin up these two containers and also help with the configurations
Use bind-mounts to debug while the container is running. Point your base folder of your project from your host os to the base folder inside the container