Mehrdad Moradi
2015-06-23 20:46:44 UTC
Hi All,
When I run an ubuntu container with privileged mode which is needed to run
Mininet, I cannot successfully install tcpdump. What's the solution for the
error: libcrypto.so.1.0.0: cannot open shared object file: Permission
denied?
To reproduce this issue:
sudo docker run --name="ryu-mininet" --privileged=true -it
imehrdad2012/mininet /bin/bash
***@152f3f1 <https://github.com/root/docker/commit/152f3f17bef3>:/# sudo
apt-get install tcpdump
tcpdump: error while loading shared libraries: libcrypto.so.1.0.0: cannot
open shared object file: Permission denied
Best Regards,
When I run an ubuntu container with privileged mode which is needed to run
Mininet, I cannot successfully install tcpdump. What's the solution for the
error: libcrypto.so.1.0.0: cannot open shared object file: Permission
denied?
To reproduce this issue:
sudo docker run --name="ryu-mininet" --privileged=true -it
imehrdad2012/mininet /bin/bash
***@152f3f1 <https://github.com/root/docker/commit/152f3f17bef3>:/# sudo
apt-get install tcpdump
tcpdump: error while loading shared libraries: libcrypto.so.1.0.0: cannot
open shared object file: Permission denied
Best Regards,