Move recipes

This commit is contained in:
Gerald Pinder
2024-04-11 17:42:33 -04:00
parent 779ec882ec
commit bf98ea6180
12 changed files with 1 additions and 1 deletions

17
recipes/docker-engine.yml Normal file
View File

@@ -0,0 +1,17 @@
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
- type: script
scripts:
- setup-selinux-dockersock.sh