Skip to main content

14 docs tagged with "nodejs"

View All Tags

Use Services in Dagger

Dagger v0.9.0 includes a breaking change for binding service containers. The Container.withServiceBinding API now takes a Service instead of a Container, so you must call Container.asService on its argument. See the section on binding service containers for examples.