Created
October 21, 2014 16:39
-
-
Save mistermocha/ff819340c1a76d24c10a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@centos-vbox docker]# docker run -ti --rm centos:centos6 /bin/sh | |
/bin/sh: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory | |
[root@centos-vbox docker]# docker run -ti --rm centos:centos7 /bin/sh | |
/bin/sh: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: Permission denied |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment