Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgwalters/fedora-docker-image-import
https://github.com/cgwalters/fedora-docker-image-import
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgwalters/fedora-docker-image-import
- Owner: cgwalters
- Created: 2015-03-16T21:48:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T22:18:10.000Z (almost 10 years ago)
- Last Synced: 2024-11-16T21:42:10.058Z (about 1 month ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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#