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 /src/import/Makefile | |
parent | dca59f62666c2d37d1a68ed332ba7985c1141f82 (diff) |
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 'src/import/Makefile')
l--------- | src/import/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/Makefile b/src/import/Makefile new file mode 120000 index 0000000000..d0b0e8e008 --- /dev/null +++ b/src/import/Makefile @@ -0,0 +1 @@ +../Makefile
\ No newline at end of file |