Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Apr 11, 2024
1 parent 932faad commit 95f4687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,10 +626,10 @@ echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.
Listing 59: Commands to add Docker's official GPG key to Ubuntu's package manager.
</p>

Next, install Docker by running the commands:
Next, install Docker and `openvswitch` by running the commands:
```bash
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo apt-get install docker-ce docker-ce-cli containerd.io openvswitch-switch
sudo groupadd docker
sudo usermod -aG docker $USER
```
Expand Down

0 comments on commit 95f4687

Please sign in to comment.