package v1

import "github.com/docker/docker/migrate/v1"

Index

Functions

func CalculateLayerChecksums

func CalculateLayerChecksums(root string, ls checksumCalculator, mappings map[string]image.ID)

CalculateLayerChecksums walks an old graph directory and calculates checksums for each layer. These checksums are later used for migration.

func Migrate

func Migrate(root, driverName string, ls layer.Store, is image.Store, rs reference.Store, ms metadata.Store) error

Migrate takes an old graph directory and transforms the metadata into the new format.

Source Files

migratev1.go

Version
v1.12.2-rc3
Published
Oct 6, 2016
Platform
js/wasm
Imports
18 packages
Last checked
31 minutes ago

Tools for package owners.