Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Kali Docker ce installation part 2
  • Loading branch information
GitXpresso authored Nov 9, 2024
1 parent 05e4261 commit 3261834
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,11 @@ echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.d
sudo tee /etc/apt/sources.list.d/docker.list
```

Import the gpg key
```gpg
curl -fsSL https://download.docker.com/linux/debian/gpg |
sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
```
#### Thanks to original Author of the tools used in hackingtool

<img src ="https://img.shields.io/badge/Important-notice-red" />
Expand Down

0 comments on commit 3261834

Please sign in to comment.