summaryrefslogtreecommitdiffstats
path: root/core/modules/docker-ce/module.conf
blob: 9fc7e85a5fecfacedb03804b21270f7b95bb4efb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

REQUIRED_FILES="
	/etc/systemd/system/docker.service
	/etc/subuid
	/etc/subgid
	/etc/nvidia-container-runtime/config.toml
"

REQUIRED_BINARIES="
	docker-no-trivial-root
"