mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-08-04 11:05:12 -04:00
10 lines
313 B
Markdown
10 lines
313 B
Markdown
## Why?
|
|
|
|
This script is a handy script to install Docker on Ubuntu or Debian. Also it checks for docker installed with snap and asks if you want to uninstall it.
|
|
|
|
## How to use?
|
|
|
|
```bash
|
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/install-docker/run.sh)"
|
|
```
|