Skip to content

Instantly share code, notes, and snippets.

@chengxuncc
Created October 13, 2018 19:35
Show Gist options
  • Save chengxuncc/dcfeaa7201e49375acf796db5df612d4 to your computer and use it in GitHub Desktop.
Save chengxuncc/dcfeaa7201e49375acf796db5df612d4 to your computer and use it in GitHub Desktop.
Kali install docker-ce 中科大源
apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common
curl -fsSL http://mirrors.ustc.edu.cn/docker-ce/linux/debian/gpg | apt-key add -
echo "deb http://mirrors.ustc.edu.cn/docker-ce/linux/debian stretch stable" >> /etc/apt/sources.list
apt-get update
apt-get install -y docker-ce
docker run hello-world
systemctl enable docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment