My host machine is Ubuntu 15.10 and get the following errors:
running:
docker run -v $(which docker):/usr/bin/docker -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/reports dduportal/oscap4docker:1.0.0 image-cve ubuntu:14.04 --results /reports/oval-results-file.xml --report /reports/oval-report.html
-v /lib/x86_64-linux-gnu/libapparmor.so.1:/lib/x86_64-linux-gnu/libapparmor.so.1 doesn't seem to help.
/usr/bin/docker: error while loading shared libraries: libapparmor.so.1: cannot open shared object file: No such file or directory
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
Perhaps related to SvenDowideit/dockerfiles#17
My host machine is Ubuntu 15.10 and get the following errors:
running:
-v /lib/x86_64-linux-gnu/libapparmor.so.1:/lib/x86_64-linux-gnu/libapparmor.so.1doesn't seem to help.Perhaps related to SvenDowideit/dockerfiles#17