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
help="[optional] Remote registry port on ssh host to forward to. (Default is 5000)", default="5000")
230
230
231
-
parser.add_argument("--prime", help="[optional][list] Base images with which to prime the registry from the remote host. (docker pull is performed on the remote host)", action="append")
231
+
parser.add_argument("--prime-image", help="[optional][list] Base images with which to prime the registry from the remote host. Docker pull is performed on the remote host.", action="append")
232
232
233
233
args=parser.parse_args()
234
234
@@ -239,7 +239,7 @@ def main():
239
239
print("[REQUIRED] Ensure localhost:5000 is added to your insecure registries.")
0 commit comments