mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-10 11:51:41 +01:00
kjuulh
57ecf97d23
Option has been removed as a wrapper around opts. This makes it much more convenient to use ```rust client.container_opts(Some(ContainerOpts{})) // -> client.container_opts(ContainerOpts{}) ``` The same options are still available, either an empty object can be passed, or a non _opts function can be used |
||
---|---|---|
.. | ||
build-the-application | ||
caching | ||
existing-dockerfile | ||
first-pipeline | ||
multi-stage-build | ||
publish-the-application | ||
test-the-application |