Usage

$ container-transform -h
Usage: container-transform [OPTIONS] [INPUT_FILE]

  container-transform is a small utility to transform various docker
  container formats to one another.

  Default input type is compose, default output type is ECS

  Default is to read from STDIN if no INPUT_FILE is provided

Options:
  --input-type [ecs|compose|fig]
  --output-type [ecs|compose|fig|systemd]
  -v / --no-verbose        Expand/minify json output
  -q                       Silence error messages
  --version                Show the version and exit.
  -h, --help               Show this message and exit.

Docker Compose Format

Docker Compose Documentation

Fig Format

Fig Documentation

Systemd Service Units

Systemd Unit Configuration