Skip to content

Instantly share code, notes, and snippets.

@mistermocha
Created October 21, 2014 16:39
Show Gist options
  • Save mistermocha/ff819340c1a76d24c10a to your computer and use it in GitHub Desktop.
Save mistermocha/ff819340c1a76d24c10a to your computer and use it in GitHub Desktop.
[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