Posts

IIEC Docker Project Documentation

IIEC Docker Project My Docker Project is based on setup of Django web application by using nginx as a webserver , mysql as a database and PhpMyAdmin. Prerequisites Before you begin this setup, ensure the following is installed to your system: Python 3.7 or greater, Python Pip , the package manager, Docker , Git and a GitHub account . INTRODUCTION About Docker Docker is the software development and devops tool everyone wants to use for their projects. It’s a platform that allows you to easily create isolated environments (aka Containers) that can run specific pieces of software. In other words, it provides a lightweight mechanism to “virtualize” environments in a host computer. This is a very powerful tool for development since it simplifies the process of configuring and setting up environments or switching between completely different projects in the same development box. But, most importantly, it allows developers
Recent posts