docker-rebase

command module
v0.0.0-...-ea361a1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2014 License: MIT Imports: 4 Imported by: 0

README

docker-rebase

Build Status

docker-rebase is used to "rebase" a Docker image against an base image. The resulting image contains only those layers which are unique to the downstream image:

docker save base > base.tar
docker save app | docker-rebase base.tar > app.tar

To install, run go get -u github.com/codahale/docker-rebase.

For documentation, check godoc.

Documentation

Overview

Command docker-rebase is used to "rebase" a Docker image against an base image. The resulting image contains only those layers which are unique to the downstream image.

Example

docker save base > base.tar
docker save app | docker-rebase base.tar > app.tar

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL