0% found this document useful (0 votes)
83 views1 page

Install Colima

Uploaded by

prem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
83 views1 page

Install Colima

Uploaded by

prem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

This blog is helping out to install colima brew docker ddev

to install below software to remove existing docker descktop

If docker desktop is installed in your system.


• Remove docker for desktop
• Remove the Virtual Machine images that Docker for Desktop created
◦ $ du -sh ~/Library/Containers/com.docker.docker/
◦ $ rm -rf ~/Library/Containers/com.docker.docker/
If docker is installed in your system.
• Remove ~/.docker/config.json to start with a fresh configuration
◦ $ rm ~/.docker/config.json
If ddev is installed in your system.
• Just to be safe - power off ddev
◦ $ ddev poweroff

- install brew
- install colima
- install docker docker-compose
- install ddev

install brew
refrence link=> https://linux.how2shout.com/how-to-install-brew-ubuntu-20-04-
lts-linux/

command

sudo apt update


sudo apt-get install build-essential
sudo apt install git -y
/bin/bash -c "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >>
/home/$USER/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew --version

$ brew install docker docker-compose kubectl kubectx

brew install docker colima

$ brew install drud/ddev/ddev

You might also like