From 8ae0e0ea090097b8c32ee16e029dee284f6dd6fd Mon Sep 17 00:00:00 2001 From: zeus Date: Sat, 8 May 2021 12:19:17 +0300 Subject: [PATCH] readne --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 236780b..b4cc322 100644 --- a/README.md +++ b/README.md @@ -69,14 +69,15 @@ * docker +[install docker](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/docker/install-docker.adoc.html) + + +> curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - +> sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" +> sudo apt update +> sudo apt install -y docker-ce +> sudo usermod -aG docker [USERNAME] # Please replace [USERNAME] with the user you want to run docker on - ```sh - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" - sudo apt update - sudo apt install -y docker-ce - sudo usermod -aG docker [USERNAME] # Please replace [USERNAME] with the user you want to run docker on - ``` :information_source: for kali specifically please visit the following link to install docker. @@ -104,10 +105,10 @@ https://linuxhint.com/install_docker_kali_linux/ ```
-### **MORE Installation info here** +### **Installation info here** + -[install docker](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/docker/install-docker.adoc.html) [Install Wireguard](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/wg/install-wg.adoc.html)