mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Support docker-compose #107

Open mrlunchbox777 opened 4 months ago

mrlunchbox777 commented 4 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add docker-compose to the managed packages

Why?

It provides a simple lightweight way to deploy multi-container applications

What-should happen?

docker-compose should be a package in the index.json

Steps to Test

  1. jq '.packages[] | select(.name = "docker-compose")' resources/install/index.json should return the details for managing the docker-compose package

Code of Conduct