Last active
June 8, 2019 08:46
-
-
Save leonjza/a31599e8efdd76fe17c2c546536487e7 to your computer and use it in GitHub Desktop.
Kali Linux Rolling Docker Installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
apt-get update