diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-19 01:59:52 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-19 02:08:14 +0100 |
commit | 72648326ea6d3e68cdb0b5890df737047d031a41 (patch) | |
tree | 951f4f2d744a03f24f67b03b1b7d59e3c2d0eb5a /.gitignore | |
parent | dca59f62666c2d37d1a68ed332ba7985c1141f82 (diff) | |
download | systemd-72648326ea6d3e68cdb0b5890df737047d031a41.tar.gz |
import: add new minimal tool "systemd-import" for pulling down foreign containers and install them locally
This adds a simply but powerful tool for downloading container images
from the most popular container solution used today. Use it like
this:
# systemd-import pull-dck mattdm/fedora
# systemd-nspawn -M fedora
This will donwload the layers for "mattdm/fedora", and make them
available locally as /var/lib/container/fedora.
The tool is pretty complete, as long as it's only about pulling down
images, or updating them. Pushing or searching is not supported yet.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c849c4dc9b..1b5d60f619 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,7 @@ /systemd-hibernate-resume-generator /systemd-hostnamed /systemd-hwdb +/systemd-import /systemd-inhibit /systemd-initctl /systemd-journal-gatewayd |