-
Notifications
You must be signed in to change notification settings - Fork 0
ParrotOS.md
casjay edited this page Aug 12, 2021
·
1 revision
To install docker on Parrot OS:
sudo apt install -y curl apt-transport-https software-properties-common ca-certificates
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
echo "deb [arch=amd64] https://download.docker.com/linux/debian stretch stable" | sudo tee /etc/apt/sources.list.d/docker-engine.list
sudo apt-get update -y
sudo apt-get install -y docker-ce