Demo Container

To run the Hydra demo container on your local machine, follow these steps:

Prerequisites

  • Docker Desktop installed on your system.

Steps

1. Start Docker Desktop

  • Launch Docker Desktop to ensure Docker services are running on your machine.

2. Pull the Hydra Demo Container Image

  • Open a terminal or command prompt.
  • Pull the latest Hydra demo container image by running:

    ```bash docker pull jeffersonlab/hydra_demo:latest

Back to Usage