package
0.3.0
Repository: https://github.com/physarumsm/docker-driver.git
Documentation: pkg.go.dev

# Functions

Builds an image given a build context and image name buildContext is a tar archive containing all files needed to build image, including Dockerfile.
calculate container cpu and mem usage.
Creates a base64-encoded registry auth configuration Used when pushing an image Supply this function's output as an argument to PushImage() More info: https://docs.docker.com/engine/api/v1.40/#section/Authentication.
deleting container.
No description provided by the author
No description provided by the author
Pull image and return image digest.
Push an image Returns its calculated digest (SHA256 hash of the image).
resizing a container instance on the fly.
restarting container.
create and run container - interactive and detached set image (already pulled) should be imagename:version default/empty cmd is /bin/bash.
Save an image into a tar archive format Returns the tar archive in byte slice.
stopping container.

# Structs

No description provided by the author