Can appimage or deb files be opened in the doc container?
Prompted to install FUSE after running
[root@f8864c3381a1 dist]# ./electron-quick-start1.0.0.AppImage
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
[root@f8864c3381a1 dist]# ./electron-quick-start1.0.0.AppImage ----appimage-extract
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
However, according to the documentation, the installation was not successful.
https://github.com/AppImage/A …
[root@f8864c3381a1 dist]# yum --enablerepo=epel -y install fuse-sshfs # install from EPEL
Loaded plugins: fastestmirror, ovl
Error getting repository data for epel, repository not found
[root@f8864c3381a1 dist]# user="$(whoami)"
[root@f8864c3381a1 dist]# usermod -a -G fuse "$user"
usermod: group 'fuse' does not exist
[root@f8864c3381a1 dist]#
[root@f8864c3381a1 dist]#
Solve ~ I don’t know whether the docker container can run the appimage file or how to install FUSE under centos:7.
Error getting repository data for epel, repository not found
If you cannot find repo, you cannot download the installation package.
It is possible that your system does not enable EPEL’s repo, CentOS7. Use the following two commands to try first
# wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm # rpm -ivh epel-release-latest-7.noarch.rpm