package v1

import "github.com/dotcloud/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.13.0-rc6
Published
Jan 11, 2017
Platform
windows/amd64
Imports
18 packages
Last checked
48 seconds ago

Tools for package owners.