Skip to main content

Posts

Showing posts from January, 2022

Bye Bye Docker Desktop, Welcome Docker CLI

We are using docker desktop which has been licensed and this is really annoying for all developers. Good news is that, there is way to get rid of docker desktop and continue doing our great engineering work with docker CLI. Here is the step by step guide to install Docker CLI on MAC - Uninstall Docker Desktop > brew uninstall docker Also check Docker Desktop is removed from MAC as well. If not, delete the Docker desktop app from Applications folder.   Install Hyperkit > brew install hyperkit If you are receiving any issue while installing hyperkit like below, it is because, sometime deletion of docker gives error, if it is not able to find the required folder.  >  Error: Permission denied @ apply2files - /usr/local/lib/docker/cli-plugins Lets fix this issue by creating the folder once and running cleanup command -  >  mkdir -p /Applications/Docker.app/Contents/Resources/cli-plugins > brew cleanup Try installing hyperkit again, > brew install hyperkit It should be ins