Building your own MapR Data Science Refinery Docker Image

MapR provides a preconfigured and prepackaged Docker image for the MapR Data Science Refinery. Starting with the1.3 release, you can build your own custom Docker image.

About this task

IMPORTANT This component is deprecated. Hewlett Packard Enterprise recommends using an alternate product. For more information, see Discontinued Ecosystem Components.

Procedure

  1. Determine the OS of the Docker image you want to build:
  2. Download the Dockerfile corresponding to your OS:
  3. Build the Docker image:
    docker build -t my_custom_dsr .
    NOTE The sample command specifies the current working directory (.) as the build path.
  4. Confirm that the image appears in the following command's output:
    docker image list

What to do next

To run and configure the image, see Zeppelin Docker Container on the MapR Data Platform.