We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc0f3b commit abc4297Copy full SHA for abc4297
internal/ignition/default.go
@@ -34,7 +34,7 @@ systemd:
34
Type=oneshot
35
RemainAfterExit=yes
36
ExecStart=/usr/bin/apt-get update
37
- ExecStart=/usr/bin/apt-get install docker.io -y
+ ExecStart=/usr/bin/apt-get install docker.io docker-cli -y
38
[Install]
39
WantedBy=multi-user.target
40
- name: docker.service
0 commit comments