AWS CodeBuild AWS CodeBuild - GitHub Actions: COMMAND_EXECUTION_ERROR Message: Error while executing command | [error]Docker pull failed with exit code 1 For GitHub Docker container actions, "build project must have privileged mode enabled and be run by the default Docker user (root)." Otherwise, build will fail with following error logs. [Container] Abhijit Ghosh 10 Jul 2023 · 2 min read
WSL Install Docker Engine and Docker Compose on Windows Subsystem for Linux (WSL 2) If you already have Docker Desktop installed or want to use docker on both Windows and WSL2, then Docker Desktop is better choice. But I personally prefer to install and Abhijit Ghosh 3 Feb 2023 · 5 min read
WSL How to change hostname on Ubuntu running on Windows WSL? If you are running Ubuntu on Windows WSL (Windows Subsystem for Linux) and wondering how to change hostname permanently then follow all steps mentioned below. Once hostname is changed, if Abhijit Ghosh 13 Jul 2021 · 3 min read