Commit e5a188b 1 parent 9f1135e commit e5a188b Copy full SHA for e5a188b
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,12 @@ default help:
39
39
@echo " dbstart Start a cockroachdb server. See also 'dbstop'."
40
40
@echo " dbstop Stop the running cockroachdb server."
41
41
@echo " gettools Download and install Go-based build toolchain (uses go-get)."
42
- @echo " $( BINNAME) Build a development version of the server. Runs dependent rules."
42
+ @echo " $( BINNAME) Build a development version of the server. Runs dependent rules."
43
43
@echo " proto Generate the protocol buffer implementation files."
44
44
@echo " release Build production release(s). Runs dependent rules."
45
45
@echo " run Run development version of the server with the race detector."
46
+ @echo " docker Build local docker image and tag it with the version."
47
+ @echo " dockerpush Push the local docker image to Docker Hub."
46
48
@echo " test Execute all development tests."
47
49
@echo " vet Perform static error checks against the source.\n"
48
50
@@ -132,7 +134,7 @@ dbstart:
132
134
133
135
.PHONY : dbstop
134
136
dbstop :
135
- ${COCKROACH} quit
137
+ ${COCKROACH} quit --insecure
136
138
137
139
.PHONY : dbsetup
138
140
dbsetup :
You can’t perform that action at this time.
0 commit comments