Install docker engine

This commit is contained in:
Gerald Pinder
2024-02-28 21:43:39 -05:00
parent 5ef7da1464
commit 739b9b177a
6 changed files with 17 additions and 10 deletions

14
config/docker-engine.yml Normal file
View File

@@ -0,0 +1,14 @@
modules:
- type: rpm-ostree
repos:
- https://download.docker.com/linux/fedora/docker-ce.repo
install:
- docker-ce
- docker-ce-cli
- containerd.io
- docker-buildx-plugin
- docker-compose-plugin
- type: systemd
system:
enabled:
- docker.service