Deadcheck - Docker Container Setup

Running Deadcheck in Docker

To run Deadcheck in a Docker container, follow these steps:

Step 1: Pull the Docker Image

docker pull adamdecaf/deadcheck:latest

Step 2: Run the Docker Container

Launch Deadcheck with the following command:

docker run -v ./docs/examples/:/etc/deadcheck -p 8080:8080 adamdecaf/deadcheck -config /etc/deadcheck/config.yaml 

Step 3: Verify

Ensure that the Deadcheck service is running:

docker ps

Now Deadcheck should be running on port 8080 of your Docker host.