#!/bin/bash

echo "Starting Docker service..."
echo "Docker status: RUNNING"
echo "Docker PID: 12345"
echo "Docker daemon started successfully"
