Skip to content

Commit

Permalink
fix(post): Updated docker install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Nov 11, 2023
1 parent e2b6aa0 commit 03585bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2021-09-03-docker-compose-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ You'll need to log out then back in to apply this
If you need to uninstall Docker, run the following

```bash
sudo apt-get remove docker docker-engine docker.io containerd runc
sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
```

## Links
Expand Down

0 comments on commit 03585bc

Please sign in to comment.