A command-line tool to convert docker images to appimages
docker2appimage is a tool to convert docker containers (and images) to appimages
# Create an AppImage from Docker's hello-world image
docker2appimage -i hello-world
# Create an AppImage called alpine-ls from alpine's Docker image which calls ls
docker2appimage -x ls --name alpine-ls -i alpine
# Create an AppImage from Docker container named relaxed_beaver
docker2appimage relaxed_beaver- Download the latest release
- Run make install inside the script directory to install the script
- You may have to run this as root
Section coming soon