In my previous articles we learned how to install Docker in Linux and how to run Nginx Web Server with PHP in Docker. The next step is run MySQL server. If...
Featured
Featured posts in my blog contains the most popular and/or useful posts form all categories.
Latest Featured Posts
How to run Nginx and PHP in Docker
Today we will try to run nginx web server with PHP 7.4 in Docker. We will use Docker, because we will not install any software on our host system. You should...
How to install Docker in Linux Mint and Ubuntu
Today I will show you how to install Docker in Linux Mint and Ubuntu. Docker is a very useful tool which every developer should know. Using Docker you can run...