Skip to content

hansmi/cocoon

Repository files navigation

Run command in container while preserving local execution environment

Latest release CI workflow Go reference

Cocoon is command line program for running a command in a Linux container while having the most important files and directories from the host system bind-mounted. Environment variables are configurable as well.

Installation

Pre-built binaries:

  • Binary archives (.tar.gz)
  • Debian/Ubuntu (.deb)
  • RHEL/Fedora (.rpm)

It's also possible to build locally using Go or GoReleaser.