Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05e3bb5

Browse files
committed
buildx(history): update docker daemon requirement message
Signed-off-by: CrazyMax <[email protected]>
1 parent 11c483e commit 05e3bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buildx/history.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class History {
5151
throw new Error('Docker is required to export a build record');
5252
}
5353
if (!(await Docker.isDaemonRunning())) {
54-
throw new Error('Docker daemon is not running, skipping build record export');
54+
throw new Error('Docker daemon needs to be running to export a build record');
5555
}
5656
if (!(await this.buildx.versionSatisfies('>=0.13.0'))) {
5757
throw new Error('Buildx >= 0.13.0 is required to export a build record');

0 commit comments

Comments
 (0)