Installing Docker CE on Kali

cd /etc/apt/sources.list.d/

sudo vim docker.list 

deb https://download.docker.com/linux/debian jessie stable

sudo apt-get update

sudo apt-get install docker-ce

Comments

Popular Posts