mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-21 18:11:37 +01:00
Changed docker installation strategy
This commit is contained in:
parent
60adf26e0c
commit
fa851ace46
@ -40,11 +40,12 @@ install_dotnet() {
|
||||
}
|
||||
|
||||
install_docker() {
|
||||
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-
|
||||
echo 'deb https://download.docker.com/linux/debian stretch stable' > /etc/apt/sources.list.d/docker.list
|
||||
apt update
|
||||
apt-get remove -y docker docker-engine docker.io
|
||||
apt-get install -y docker-ce
|
||||
#curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-
|
||||
#echo 'deb https://download.docker.com/linux/debian stretch stable' > /etc/apt/sources.list.d/docker.list
|
||||
#apt update
|
||||
#apt-get remove -y docker docker-engine docker.io
|
||||
#apt-get install -y docker-ce
|
||||
apt install -y docker docker-compose
|
||||
docker run hello-world
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user