aboutsummaryrefslogtreecommitdiff
path: root/containers/docker-dind/Dockerfile
blob: 393a9c02358cea0e9e78daae1d4f03467dc6071a (plain)
1
2
3
4
5
6

FROM docker:dind

COPY profile.json /profile.json

CMD ["--seccomp-profile", "/profile.json"]