Using Remote Container Builder
Enabling Remote Container Builder
Step 1 — Log in to Garden Cloud
garden loginStep 2 — Configure the container provider (optional)
container provider (optional)kind: Project
name: my-project
environments:
- name: local
- name: remote-dev
- name: ci
providers:
- name: container # <--- We configure the container builder under the `container` provider
environments: [remote-dev, ci] # <-- Here we specify what environments in should be enabled in
gardenContainerBuilder:
enabled: true
- name: kubernetes
# ...Step 3 — Give it a spin (optional)
Next steps
Last updated
Was this helpful?

