Browse Source

readne

master
zeus 3 years ago
parent
commit
8ae0e0ea09
  1. 19
      README.md

19
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/
```
<br>
### **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)

Loading…
Cancel
Save