Changes between Version 78 and Version 79 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
Sep 1, 2022, 10:53:19 PM (21 months ago)
Author:
Andy Alt
Comment:

appimage:add notes about running linuxdeploy in a docker container

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v78 v79  
    236236# https://github.com/linuxdeploy/linuxdeploy/releases
    237237
     238# In a docker container, you'll get an error if trying to run an appimage.
     239#
     240# dlopen(): error loading libfuse.so.2
     241# AppImages require FUSE to run.
     242#
     243# You can enter `./linuxdeploy-x86_64.AppImage --appimage-extract` to
     244# extract the image. It will extract to a directory named 'squashfs-root'.
     245# You can then execute linuxdeploy and all required arguments by using
     246# <path-to>/squashfs-root/AppRun [args]
     247
    238248# The linuxdeploy gtk plugin is required for Atlas to work
    239249# View the simple directions at https://github.com/linuxdeploy/linuxdeploy-plugin-gtk