Skip to content

Instantly share code, notes, and snippets.

View evansopilo's full-sized avatar

Evans Opilo evansopilo

View GitHub Profile
@evansopilo
evansopilo / docker-install-parrot.sh
Created August 22, 2021 17:41 — 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.