List the file contents of a docker image excluding base images

How do you list the file contents of a particular Docker image excluding the files of its base images? i.e. docker diff for images. docker save piped into two tar commands works, but I hope that there is an easier way.