FAQ
Project Structure and Configuration
How do I include Builds with multiple Dockerfiles in the same directory?
Should I .gitignore the .garden dir?
.gitignore the .garden dir?How do I disable actions based on environments?
kind: Build
type: container
name: my-build
environments: [dev, ci]When should I use the action-level include/exclude fields? How are they different from the project-level scan.include/scan.exclude fields? What about ignore files?
include/exclude fields? How are they different from the project-level scan.include/scan.exclude fields? What about ignore files?How do I share a single service (like a database) across multiple namespaces?
How do I share code between Build actions?
What do all those v-<something> versions mean, and why are they different between building and deploying?
v-<something> versions mean, and why are they different between building and deploying?Builds
How do I target a specific image from a multi-stage Dockerfile?
How do I use base images?
Can I use runtime variables in builds (e.g. from Runs or Tests)?
How do I view container build logs?
Can I use a Dockerfile that lives outside the action directory?
How do I include files/dirs (e.g. shared libraries) from outside the action root with the build context?
How do I add Docker specific flags to the build command?
How do I use different Dockerfiles for different environments?
Remote Building
How do I delete the services in the garden-system namespace?
garden-system namespace?Tests and Runs
Can I run a Run on only the first time a service starts but not on subsequent restarts/rebuilds?
If a Test has a Run as a dependency, is the Run re-run every time before the Test?
Why is my Run not running on garden deploy?
garden deploy?Secrets
How do I mount secrets as volumes?
Can I use Kubernetes secrets as buildArgs for docker Builds?
buildArgs for docker Builds?Can I access secrets across namespaces (e.g. if I have a global secret namespace)?
Volumes and Data
How do I access files that are generated at runtime (e.g. migration files that are checked into version control)?
Kubernetes
How do I annotate ingresses with container actions?
What versions and variations of Kubernetes does Garden support?
How do I avoid being rate limited by Docker Hub?
Local scripts
How do I execute long running local scripts?
Misc
How do I install the edge release of Garden
When are you releasing the Plugin SDK?
How does Garden resolve the *.local.demo.garden domain?
*.local.demo.garden domain?Does garden support bi-directional syncing?
Is Garden stable or should I wait for 1.0?
Does Garden work offline?
How do I disable terminal colors?
Last updated
Was this helpful?

