Fixing Common Docker Errors

| By Manoj Thakur

1. Docker Daemon Is Not Running Error: Cannot connect to the Docker daemon at unix:///var/run/docker.sock Simple fixes: sudo systemctl start docker sudo systemctl enable docker sudo systemctl status docker 2. Container Exited Immediately The container’s main process stopped, for example,

How To Fix Busybox Initramfs Error On Linux based OS

| By Webner

Some time our OS boot process gets stuck to the BusyBox shell and ends up at the initramfs prompt. ERROR: —————————————- BusyBox v1.27.2 (Ubuntu 1:1.27.2-4ubuntu3.2) built-in shell (ash) Enter ‘help’ for a list of built-in commands. (initramfs) —————————————- SOLUTION: Type