package
0.17.2
Repository: https://github.com/appc/docker2aci.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
Package tarball provides functions to manipulate tar files.
No description provided by the author
No description provided by the author
Package util defines convenience functions for handling slices and debugging.

# Functions

GenerateACI takes a Docker layer and generates an ACI from it.
No description provided by the author
No description provided by the author
No description provided by the author
GenerateManifest converts the docker manifest format to an appc ImageManifest.
GenerateManifestV22, given a large set of information (documented a couple lines down), will produce an image manifest compliant with the Dockver V2.2 image spec.
ValidateACI checks whether the ACI in aciPath is valid.
WriteManifest writes a schema.ImageManifest entry on a tar.Writer.
WriteRootfsDir writes a "rootfs" dir entry on a tar.Writer.

# Interfaces

Docker2ACIBackend is the interface that abstracts converting Docker layers to ACI from where they're stored (remote or file).