Skip to content

Instantly share code, notes, and snippets.

@PHTremor
PHTremor / docker-install-parrot.sh
Created January 14, 2022 12:34 — forked from nuga99/docker-install-parrot.sh
Install Docker Engine on Parrot OS
#!/bin/sh
# From https://www.hiroom2.com/2017/09/24/parrotsec-3-8-docker-engine-en/
set -e
# Install dependencies.
sudo apt install -y curl apt-transport-https \
software-properties-common ca-certificates
# Install docker.