# Functions
ConvertRemoteRepo generates ACI images from docker registry URLs.
ConvertSavedFile generates ACI images from a file generated with "docker save".
GetDockercfgAuth reads a ~/.dockercfg file and returns the username and password of the given docker index server.
GetIndexName returns the docker index server from a docker URL.
# Structs
CommonConfig represents the shared configuration options for converting Docker images.
FileConfig represents the saved file specific configuration for converting Docker images.
RemoteConfig represents the remote repository specific configuration for converting Docker images.