Skip to content

Commit

Permalink
templates/common/_base/units: disable docker
Browse files Browse the repository at this point in the history
This adds a condition to docker.socket which it can't fullfil,
so that OKD nodes would not run unused docker service.
  • Loading branch information
vrutkovs committed Jul 6, 2020
1 parent 17f71be commit 20481c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/common/_base/units/docker.socket.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: docker.socket
dropins:
- name: mco-disabled.conf
contents: |
[Unit]
ConditionPathExists=/enoent

0 comments on commit 20481c7

Please sign in to comment.