You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: repo2docker/__main__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -438,7 +438,7 @@ def make_r2d(argv=None):
438
438
# We no longer support build_memory_limit, it must be set in the builder instance
439
439
print("--build-memory-limit is no longer supported", file=sys.stderr)
440
440
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",
0 commit comments