github.com/MichaelDarr/ahab@v0.0.0-20200528062404-c74c5106e605/build/deb/template/control (about)

     1  Source: ahab
     2  Section: devel
     3  Priority: optional
     4  Maintainer: Michael Darr <michael.e.darr@gmail.com>
     5  Build-Depends: debhelper-compat (= 12), golang (>=1.11)
     6  Standards-Version: 4.4.0
     7  Homepage: https://github.com/MichaelDarr/ahab
     8  Vcs-Browser: https://github.com/MichaelDarr/ahab
     9  Vcs-Git: https://github.com/MichaelDarr/ahab.git
    10  
    11  Package: ahab
    12  Architecture: any
    13  Depends: ${shlibs:Depends}, ${misc:Depends}
    14  Suggests: docker
    15  Description: Configure, launch, and work in Dockerized environments
    16   Containerization is awesome, but the upfront costs of project setup and steep
    17   learning curve can make it a pain. Ahab is a CLI tool that jump-starts this
    18   process, avoiding frustration without obfuscating your workflow.
    19   .
    20   Ahab searches for a project config file ahab.json and uses it to create and 
    21   interact with Docker containers. The Ahab CLI supports all of Docker's
    22   container commands without having to manually target your container name or
    23   ID.