How to Install docker2aci in Ubuntu 18.04



Install docker2aci by entering the following commands in the terminal:

sudo apt update
sudo apt install docker2aci

Description:

CLI tool to convert Docker images to ACIs

docker2aci is a CLI binary that converts Docker images to ACI (https://github.com/appc/spec/blob/master/SPEC.md#app-container-image). It takes as input either a file generated by "docker save" or a Docker registry URL. It gets all the layers of a Docker image and squashes them into an ACI image. Optionally, it can generate one ACI for each layer, setting the correct dependencies.

Homepage: https://github.com/appc/docker2aci

Version: 0.14.0+dfsg-2

Section: universe/devel