# Functions
Client connects to Docker client on host.
NewImageFromParsed method returns the docker image from the docker parser reference.
ParseImage Using https://github.com/novln/docker-parser in order to parse the appropriate name and registry.
# Structs
Build will provide methods for interaction with API regarding building images.
Image contains the basic information parsed from full image name see github.com/novln/docker-parser Reference.
Push will provide methods for interaction with API regarding pushing images.
Tag will provide methods for interaction with API regarding tagging images.