GitXplorerGitXplorer
c

fedora-docker-image-import

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
08c5d3993b3a7d846d7bda0abd315f088d4a4d16

README.md: Update with instructions

ccgwalters committed 10 years ago
Unverified
0441f0d2199ea6aa5b05b1c81f72d33816b272ff

Initial commit

ccgwalters committed 10 years ago
Unverified
4f13ecc729d3bbb6221e39dbe01a71b49fd619c1

first commit

ccgwalters committed 10 years ago

README

The README file for this repository.

fedora-docker-image-import

An exciting tool to take the tarball currently produced by ImageFactory-in-Koji and insert correct metadata (i.e. "fedora:22" as a tag, not Fedora-Docker-Base-22-20150316.x86_64:latest), then pass it to docker load.

root@host# fedora-docker-image-import Fedora-Docker-Base-22-20150316.x86_64.tar.gz fedora:22
root@host# docker run -ti --rm fedora:22 cat /etc/fedora-release
Fedora release 22 (Twenty Two)
root@host#