6 lines
95 B
Docker
6 lines
95 B
Docker
|
|
FROM docker:dind
|
|
|
|
COPY profile.json /profile.json
|
|
|
|
CMD ["--seccomp-profile", "/profile.json"]
|