by Vijay | Aug 11, 2020 | Server
Reading Time: 6 mins. Table of Contents: Introduction Working with Docker images Working with Docker yaml file Data persistence and networking Running Docker yaml file using Docker-Compose Checking Docker container status Accessing Docker container shell Adding...
by Vijay | Jul 31, 2020 | Server
Reading Time: 5 mins. Introduction Docker is an OS-level Virtualization designed for developers and sysadmins to build, share and run applications with containers. This use of containers for easy deployment of applications is called Containerization. Basically,...
by Vijay | May 29, 2020 | Server
Reading Time: 3 mins. Nginx, the most widely used web servers in recent years, is popularly known for its simple configuration, stability and high performance. Unlike the other web servers, it can also function as a proxy server and cache server. This article will...
by Vijay | May 29, 2020 | Server
Reading Time: 3 mins Overview MySQL, open-source software and most widely opted relational database management system (RDBMS). It is also a component of the LAMP (Linux, Apache, MySQL, Perl/PHP/Python) software stack and supports almost every other operating system....
by Vijay | May 29, 2020 | Server
Reading Time: 1.30 mins Overview PHP, an open-source scripting language is the most widely used language by the web developers and regarded as the most suitable one for HTML language. One you can use this scripting language for managing of dynamic content, session...