Once you have built a new custom engine, you can distribute the image
manually.
Use the following steps to manually distribute the image on
the cluster and every CDSW gateway node:
-
Save the docker image as a tarball on the host where it was built
docker image save -o ./<new_customized_engine>.tar <image-name>
-
Distribute the image to all the Cloudera Data Science Workbench gateway
hosts.
scp ./<new_customized_engine>.tar root@<cdsw.your_company.com>:/tmp/
-
Load the image on all the Cloudera Data Science Workbench gateway
hosts.
docker load --input /tmp/./<new_customized_engine>.tar
-
To verify that the image was successfully distributed and loaded, run: