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.