Skip to content

Commit 35e0261

Browse files
Docs when no registry
1 parent f345036 commit 35e0261

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/nodes/add.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ export default class NodesAdd extends Command {
4848

4949
if (registryHost === null) {
5050
this.log("Image registry not configured")
51+
this.log("You can install the addon by using the command disco registry:addon:install. For example:")
52+
this.log(`disco registry:addon:install --domain registry.example.com --disco ${discoConfig.name}`)
5153
return;
5254
}
5355

0 commit comments

Comments
 (0)