Files
panel/docs/partials/_install_docker.md
2025-08-09 22:31:26 +03:00

8 lines
113 B
Markdown

## Install Docker
Install Docker if not installed yet.
```bash
sudo curl -fsSL https://get.docker.com | sh
```