Skip to content

Commit fd90d46

Browse files
authored
Merge pull request #2607 from orguz/main
Minor fix to `disableFallback` documentation
2 parents 0a4bb60 + c7f202e commit fd90d46

File tree

1 file changed

+1
-1
lines changed
  • docs/pages/configuration/images/build-engines

1 file changed

+1
-1
lines changed

docs/pages/configuration/images/build-engines/docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If nothing is specified, DevSpace always tries to build the image using Docker a
1010

1111

1212
## Kaniko Fallback
13-
When using `docker` as build tool, DevSpace checks if the Docker daemon is installed and running. If Docker is not installed or not running, DevSpace will use kaniko as fallback to build the image unless the option `disableFallback` is set to `false`.
13+
When using `docker` as build tool, DevSpace checks if the Docker daemon is installed and running. If Docker is not installed or not running, DevSpace will use kaniko as fallback to build the image unless the option `disableFallback` is set to `true`.
1414

1515
#### Example: Disabling kaniko Fallback
1616
```yaml

0 commit comments

Comments
 (0)