mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-21 18:33:03 +00:00
Create install-docker.sh
This commit is contained in:
parent
8b0b9718a5
commit
abef0dd92c
1 changed files with 5 additions and 0 deletions
5
build_your_own_lab/websploit/install-docker.sh
Normal file
5
build_your_own_lab/websploit/install-docker.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
|
||||
echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster stable' | sudo tee /etc/apt/sources.list.d/docker.list
|
||||
apt update
|
||||
apt remove docker docker-engine docker.io
|
||||
apt install -y docker-ce
|
Loading…
Reference in a new issue