seabreeze-project / seabreeze

🌊 [WIP] Seabreeze is a really simple container orchestration tool with superpowers.
https://seabreeze.run
MIT License
1 stars 0 forks source link

Add `up` and `down` Commands #8

Open secondtruth opened 2 months ago

secondtruth commented 2 months ago

Implement up and down commands in Seabreeze, analogous to docker compose up|down.

Details

The up command utilizes the Docker API to:

The down command utilizes the Docker API to:

Benefits

Caveats