Add manage-offline-container-images.sh (#7024)

One challenge of offline deployment was how to collect necessary
container images as a preparation. This adds a script to solve it.
This commit is contained in:
Kenichi Omichi
2021-01-06 08:05:52 -08:00
committed by GitHub
parent 308ceee46c
commit ad244ab744
4 changed files with 180 additions and 0 deletions

View File

@@ -0,0 +1 @@
{ "insecure-registries":["HOSTNAME:5000"] }