You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently docker compose targets are supported but the configuration for them is verbose because we have to specify a lot of repetitive configuration. This could be simplified by defining a high level docker-compose plugin, which specifies the path to the compose file and not much else. Everything else can be derived (i.e. the install, remove, start, stop should all be a consistent set of steps).
The text was updated successfully, but these errors were encountered:
Currently docker compose targets are supported but the configuration for them is verbose because we have to specify a lot of repetitive configuration. This could be simplified by defining a high level docker-compose plugin, which specifies the path to the compose file and not much else. Everything else can be derived (i.e. the install, remove, start, stop should all be a consistent set of steps).
The text was updated successfully, but these errors were encountered: