Container Inspect

The Container Inspect operation retrieves detailed low-level information about a specific Docker container by its ID or name. This GET request returns a comprehensive JSON object containing the container's configuration, state, network settings, mounts, environment variables, and other runtime properties. It provides complete visibility into a container's current status including whether it's running or stopped, resource limits, port bindings, volume mounts, and metadata. This endpoint is ess...