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

Try Now
Accessing the Hybrid Data Pipeline Docker container terminal
The following Docker command can be used to access the Hybrid Data Pipeline Docker container terminal. Access to the container terminal allows you to view system logs and otherwise inspect folders and files included in the Hybrid Data Pipeline installation.
Syntax
docker exec -it <hdp_container_name> /bin/bash
Example
docker exec -it my_hdp_eval /bin/bash