Skip to content

Commit 709eb8e

Browse files
yuvipandamanics
andauthored
Update error message
Co-authored-by: Simon Li <[email protected]>
1 parent a9a38de commit 709eb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def make_r2d(argv=None):
438438
# We no longer support build_memory_limit, it must be set in the builder instance
439439
print("--build-memory-limit is no longer supported", file=sys.stderr)
440440
print(
441-
"Use `docker buildx create` to create a custom builder with appropriate memory limits instead",
441+
"Check your build engine documentation to set memory limits. Use `docker buildx create` if using the default builder to create a custom builder with appropriate memory limits",
442442
file=sys.stderr,
443443
)
444444
sys.exit(-1)

0 commit comments

Comments
 (0)