Project

containers

0.0
No release in over a year
Manage local development environments with Docker
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Containers (WIP)

Docker Container Orchestration

Configuration

You can configure your project with a .containers.yml file.

This file can be generated by running:

containers generate config
---
organization:
  name: my-organization

app:
  name: my-project
  directory: .

docker:
  directory: .
  default_service:
  compose_files:
    - docker-compose.yml

TODOs

  • recipes (punt for now)

    containers add RECIPE [URL]
    containers remove RECIPE

    Where should we store recipes? ./.containers/recipes?

    Should add/remove recipe modify compose_files in .containers.yml?

    • sinatra?
    • rails?
    • anycable?
    • actioncable?
    • caching? (redis)
    • background jobs?
      • backend? (sidekiq, ...)