mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-12-18 10:56:09 +00:00
Create install-docker.sh
This commit is contained in:
parent
8b0b9718a5
commit
abef0dd92c
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 New Issue
Block a user