#core.Start
1 messages · Page 1 of 1 (latest)
I want to use them for sidecars, like if a test run needs a db sidecar, I want to be able to start the db container and then stop it once the tests finish.
@heady bramble They haven't been fully implemented yet: https://github.com/dagger/dagger/issues/3037
https://github.com/dagger/dagger/issues/3173
https://github.com/dagger/dagger/pull/3123
Services: Run asynchronously (can be started and stopped) Aren't cached in their execution Can expose sockets (and similar concepts like TTYs). One classic use case is an e2e test that need...
The services API is incomplete. Mainly: Convert to New Core API Restructure to be multi-process (just like buildkit) Support non-interactive mode (e.g. for launching a db etc, we don't want...
cool thanks!