Question: Where does docker store it's default seccomp profile ?
It seems like this isn't documented anywhere(at least i couldn't find it) . What i could find was the contents of the file on github: https://github.com/moby/moby/blob/master/profiles/seccomp/default.json .
Context:
I currently have two docker hosts and one container which i want to run.
The container worked on one host but did not work on the other.
After some debugging and searching online i found out how to make the docker run on the other host as well this can be achieved by adding --security-opt seccomp:unconfined
This solved the issue i had. Now i want to know the exact difference between the docker seccomp profiles and therefore i would like to know where the seccomp profile of docker is stored.
OS: Ubuntu Server 16.04
Working Docker Host: Docker version 1.12.3, build 6b644ec
Failing Docker Host: Docker version 17.05.0-ce, build 89658be