Stopping Your Zeppelin Container

About this task

If you no longer need to use your Zeppelin container, you can stop the running image.

Procedure

  1. Determine the container id of your Docker instance by listing all running Docker containers:
    docker ps

    The output includes the following fields:

    CONTAINER ID        IMAGE                                                                                    
    23b60c2720dd        maprtech/data-science-refinery:v1.4.1_6.1.0_6.3.0_centos7                                
  2. Stop the running container specifying the revealed container id:
    docker stop 23b60c2720dd