Don't install docker for now

This commit is contained in:
Gerald Pinder
2024-03-26 22:50:57 -04:00
parent 5bf0e975ab
commit d7390fc89d
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
modules: modules:
- from-file: docker-engine.yml # - from-file: docker-engine.yml
- type: script - type: script
scripts: scripts:
- install-mkcert.sh - install-mkcert.sh
@@ -29,5 +29,4 @@ modules:
- gh - gh
- type: script - type: script
scripts: scripts:
- setup-selinux-dockersock.sh
- install-codelldb.sh - install-codelldb.sh

View File

@@ -12,3 +12,6 @@ modules:
system: system:
enabled: enabled:
- docker.service - docker.service
- type: script
scripts:
- setup-selinux-dockersock.sh