skip to main content
Installing and upgrading the Hybrid Data Pipeline server : Installing the Hybrid Data Pipeline server : Install using a Docker image : Stopping and starting a Hybrid Data Pipeline Docker container
  

Try Now
Stopping and starting a Hybrid Data Pipeline Docker container
Hybrid Data Pipeline configurations are retained when stopping and starting the Hybrid Data Pipeline Docker container with the docker stop and docker start commands. The following examples show how to use these commands to stop and start the service.
Important: Hybrid Data Pipeline configurations are persisted in the Docker container. They are not mounted from an outside volume. Therefore, if the Docker container is deleted or disposed of, all configurations are lost.
Stop Hybrid Data Pipeline Docker container
The docker stop command results in a clean shutdown of the Hybrid Data Pipeline server.
*Syntax
docker stop <container-name> | <container-id>
*Example
docker stop my_hdp_eval
Start Hybrid Data Pipeline Docker container
The docker start command restarts the Hybrid Data Pipeline server.
*Syntax
docker start <container-name> | <container-id>
*Example
docker start my_hdp_eval