devops




How to deploy a Flask app to production

Link to the GitHub repository Why use Docker? TLDR - Agility, Portability and Isolation You should use a technology only if it fits your use case and not because everybody is talking about it on Twitter. The main purpose of using Docker is efficiency. It would suck if one computer could …



How to solve "failed to mount: no such device" error with the docker daemon

Solution The solution to this problem could be as simple as rebooting your system. The problem is caused mostly when the kernel updates itself during a system update. In my case, I was on Arch Linux when I ran the command sudo pacman -Syu to start a system update. Upon …