Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 378 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 378 Bytes

About

This utility can help importing existing Docker images into cvmfs.

How to use

go run docker2cvmfs.go library/ubuntu

This will download all layers for the given image in predefined location which is currently /tmp/layers. Names of downloaded files are hashes (digests) of layers. Files are itself just tar.gz archives which can be unpacked as usual.