Categories
Docker

My Docker Stopped working and this is How I fixed it

Today suddenly my docker stopped working. In this article I will explain how I get it fixed. It happened when I installed a Android Emulator in my computer which is also a virtual machine so that virtual machine done some settings which effect in my Windows Docker installation and It stopped working. No hypervisor is […]

Categories
Docker

PostgreSQL and pgAdmin 4 Docker Compose

Database is very import for any web development project. If you are using the php stack for long time you would be aware of Xampp control panel where you automatically activate the MySQL and phpMyAdmin dashboard where you can use the database visually. Things are changed when Docker comes into play. Docker helps us to […]