package
1.7.7
Repository: https://github.com/containerd/nerdctl.git
Documentation: pkg.go.dev

# Functions

ConvertToHostname converts a registry url which has http|https prepended to just an hostname.
New instantiates a resolver using $DOCKER_CONFIG/config.json .
NewAuthCreds returns AuthCreds that uses $DOCKER_CONFIG/config.json .
NewHostOptions instantiates a HostOptions struct using $DOCKER_CONFIG/config.json .
No description provided by the author
WithHostsDirs specifies directories like /etc/containerd/certs.d and /etc/docker/certs.d.
WithPlainHTTP enables insecure plain HTTP.
WithSkipVerifyCerts skips verifying TLS certs.

# Constants

IndexServer is used for user auth and image search From https://github.com/moby/moby/blob/v20.10.18/registry/config.go#L36-L39.

# Variables

No description provided by the author

# Type aliases

AuthCreds is for docker.WithAuthCreds.
Opt for New.