Description
Some containers and compose files could be launched in a bunch of ways. It would be very convenient if Docker (compose) could support similar "presets" for running/ups containers like docker buildx bake exists for build presets.
In general way, we could also create a docker-run file (name is preliminary) with run targets and declarative options similar to docker-bake.
Also these presets could be generalized like CMake (c++ build system) done for their build stages: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
Possibly another docker commands could be "presettable" via this generalized approach