Skip to content

mparusinski/docker2appimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker2appimage

A command-line tool to convert docker images to appimages

Packagin status

docker2appimage is a tool to convert docker containers (and images) to appimages

Getting started • Installation

Getting started

# 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

Installation

Universal Install

  1. Download the latest release
  2. Run make install inside the script directory to install the script
    • You may have to run this as root

OS/Distro Packages

Section coming soon

About

🔧 Command-line tool to convert docker containers into appimages

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors