Skip to content

Commit

Permalink
Merge pull request #96 from Phosphorus-M/docker
Browse files Browse the repository at this point in the history
fix: solve a problem installing docker with abroot
  • Loading branch information
mirkobrombin authored Oct 21, 2023
2 parents 9f5270b + c5d8ab4 commit 56529a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _posts/2023-02-05-install-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ layout: article
authors:
- kbdharun
- zedtux
- Phosphorus-M
published: true
---

Expand Down Expand Up @@ -46,7 +47,7 @@ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o
Setup the repository using the following commands:-

```bash
echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
```

Then run `sudo apt update` after its completion. After the update is complete, execute the following command:-
Expand Down

0 comments on commit 56529a1

Please sign in to comment.