Skip to content

Instantly share code, notes, and snippets.

@leonjza
Last active June 8, 2019 08:46
Show Gist options
  • Save leonjza/a31599e8efdd76fe17c2c546536487e7 to your computer and use it in GitHub Desktop.
Save leonjza/a31599e8efdd76fe17c2c546536487e7 to your computer and use it in GitHub Desktop.
Kali Linux Rolling Docker Installation
# https://docs.docker.com/engine/installation/linux/docker-ce/debian/
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
echo "deb https://download.docker.com/linux/debian stretch stable" >> /etc/apt/sources.list
apt install docker-ce
# test that this thing is on
docker run hello-world
@jig0r0
Copy link

jig0r0 commented Aug 9, 2018

apt-get update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment