DEV Community

Akhil Sai Latchireddi
Akhil Sai Latchireddi

Posted on

Finch a new open-source project for building Linux containers.

AWS announced a new open-source project, Finch.

command line client for building, running and publishing Linux containers.

With Finch, We can create and run containers locally, and build and publish Open Container Initiative (OCI) container images.

Finch is For building and running Linux containers on non-Linux hosts.

To install Finch on macOS download the latest release package.

Finch commands:

finch vm init
finch run --rm --platform=linux/amd64 public.ecr.aws/amazonlinux/amazonlinux uname -sm
Linux x86_64
finch build --platform linux/amd64 -t public.ecr.aws/cbshort/finch-multiarch .
finch compose up -d
start discussing ideas in the Finch Slack channel.

Top comments (0)