Skip to content

Instantly share code, notes, and snippets.

@naryal2580
Created December 16, 2021 18:53
Show Gist options
  • Save naryal2580/e0dedc173324400bdac98374322ada72 to your computer and use it in GitHub Desktop.
Save naryal2580/e0dedc173324400bdac98374322ada72 to your computer and use it in GitHub Desktop.
install_docker_kali.sh
#!/bin/bash
sudo apt update
sudo apt install docker.io -y
sudo systemctl enable docker --now
sudo usermod -aG docker $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment