I do not know if we have the "how to go offline with minishift" but here is my basic process.
1. minishift start minishift profile set 9StepsAwesome minishift config set memory 12GB minishift config set cpus 3 minishift config set vm-driver virtualbox minishift config set disk-size 30g minishift config set image-caching true minishift addon enable admin-user minishift addon enable anyuid minishift ip --set-static minishift start 2. load up everything you normally need like the Istio Tutorial, Helloworld MSA, doing whatever "docker build" that needs to happen, etc. 3. echo 'Current Cache' minishift image cache-config view 4. echo 'Docker images inside of VM' minishift image list --vm 5. echo 'Export those' minishift image export --all 6. echo 'Configure the cache of those images' minishift image cache-config add docker.io/fabric8/java-jboss-openjdk8-jdk:1.3.1 minishift image cache-config add docker.io/istio/citadel:0.8.0 minishift image cache-config add docker.io/istio/grafana:0.8.0 minishift image cache-config add docker.io/istio/mixer:0.8.0 minishift image cache-config add docker.io/istio/pilot:0.8.0 minishift image cache-config add docker.io/istio/proxy_init:0.8.0 minishift image cache-config add docker.io/istio/proxyv2:0.8.0 minishift image cache-config add docker.io/istio/servicegraph:0.8.0 minishift image cache-config add docker.io/istio/sidecar_injector:0.8.0 minishift image cache-config add docker.io/jaegertracing/all-in-one:1.5 minishift image cache-config add docker.io/jaegertracing/all-in-one:latest minishift image cache-config add docker.io/openshift/origin-deployer:v3.9.0 minishift image cache-config add docker.io/openshift/origin-docker-registry:v3.9.0 minishift image cache-config add docker.io/openshift/origin-haproxy-router:v3.9.0 minishift image cache-config add docker.io/openshift/origin-pod:v3.9.0 minishift image cache-config add docker.io/openshift/origin-web-console:v3.9.0 minishift image cache-config add docker.io/openshift/origin:v3.9.0 minishift image cache-config add docker.io/prom/prometheus:latest minishift image cache-config add docker.io/prom/statsd-exporter:latest minishift image cache-config add quay.io/coreos/hyperkube:v1.7.6_coreos.0 7. minishift stop 8. minishift delete 9. repeat step #1
_______________________________________________ Devtools mailing list [email protected] https://www.redhat.com/mailman/listinfo/devtools
