# README
Vessel 
Vessel is the Go based utility that autodetects underlying Container Runtime in Kubernetes.
Containerd namespace
Vessel scans every available namespaces from containerd. Current behavior consists of issuing a command to every namespace until one succeeds.
# Functions
AutoDetectRuntime auto detects the underlying container runtime like docker, containerd.
GetAddressAndDialer returns the address parsed from the given endpoint and a context dialer.
NewRuntime Auto detect and returns the runtime available for the current system.
# Interfaces
Runtime interface, interfaces all the container runtime methods.