pull-oci
The pull-oci
will pull all Docker images that are used
by Morio.
Typically, Morio core will pull images are required. However, this can significantly slow down startup, and won’t work when working on Morio without a network connection.
This script lets you pre-pull all images so they are available locally.
Run npm run pull-oci
in the root to trigger this script.
Under the hood, this will run:
Terminal
./scripts/pull-oci-images.sh
That script is itself auto-generated by the reconfigure
run
script.
This run script is idempotent
It is safe to run this script more than once without compounding effects.