logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Takeout - Manage Docker Dependencies | Online Free DevTools by Hexmos

Manage Docker dependencies with Takeout, a development-only dependency manager. Simplify environment setup and streamline your workflow with this free online tool, no registration required.

takeout

A Docker-based development-only dependency manager. More information: https://github.com/tighten/takeout.

  • Display a list of available services:

takeout enable

  • Enable a specific service:

takeout enable {{name}}

  • Enable a specific service with the default parameters:

takeout enable --default {{name}}

  • Display a list of enabled services:

takeout disable

  • Disable a specific service:

takeout disable {{name}}

  • Disable all services:

takeout disable --all

  • Start a specific container:

takeout start {{container_id}}

  • Stop a specific container:

takeout stop {{container_id}}

See Also