Add Docker setup for Ubuntu hosts

This commit is contained in:
Fabio Scotto di Santolo
2026-03-23 22:11:39 +01:00
parent 6eb48e39ee
commit a9ece4108a
3 changed files with 58 additions and 2 deletions

View File

@@ -7,3 +7,15 @@ ubuntu_packages_base:
- python3-gi
- python3-gi-cairo
- software-properties-common
ubuntu_manage_docker_repo: true
ubuntu_docker_packages:
- docker-ce
- docker-ce-cli
- containerd.io
- docker-buildx-plugin
- docker-compose-plugin
enabled_services:
- docker