KKrishnainkrishnaporje.hashnode.dev·May 16, 2024 · 7 min readIntroduction to Docker: A Beginner's GuideWhat is Docker? Docker is like a magic box for making, testing, and sending out apps super fast. Developers list everything their app needs in a special file called a Dockerfile. Then, Docker uses that file to create containers, which are like self-c...00
KKrishnainkrishnaporje.hashnode.dev·May 16, 2024 · 2 min readMySQL DB Replication On CentOS & RHELPrerequisites: Ensure both master and slave servers have the same version of MySQL installed. Allocate disk space on both servers at least three times the size of the database. Ensure that the same configuration files (my.cnf) are present on both the...00