add docker install to debian

This commit is contained in:
2025-02-19 11:34:55 -05:00
parent 3fd9ec2018
commit c91d903c07

View File

@@ -4,6 +4,7 @@
- [Setup SSH](#setup-ssh) - [Setup SSH](#setup-ssh)
- [Fail2Ban](#fail2ban) - [Fail2Ban](#fail2ban)
- [Automatic Updates](#automatic-updates) - [Automatic Updates](#automatic-updates)
- [Docker](#docker)
- [Extras](#extras) - [Extras](#extras)
Note these instructions differentiate between an `operator` and a `server`. The operator can be Note these instructions differentiate between an `operator` and a `server`. The operator can be
@@ -97,6 +98,10 @@ apt install -y unattended-upgrades
systemctl enable --now unattended-upgrades.service systemctl enable --now unattended-upgrades.service
``` ```
## Docker
<https://docs.docker.com/engine/install/debian/#installation-methods>
## Extras ## Extras
On the server: On the server: