Hacker News new | ask | show | jobs
by herau 3857 days ago
this kind of command doesn't work for me (with docker 1.9 installed through rpm):

docker run -v /var/run/docker.sock:/var/run/docker.sock \ -v $(which docker):/bin/docker \ -ti ubuntu

used libraries are not found when i'm trying to launch the container:

docker: error while loading shared libraries: libdevmapper.so.1.02: cannot open shared object file: No such file or directory

Do i have to create another volumes to add librairies ?