Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-23 | import: rename 'poll-dck' to 'pull-dkr' | Lennart Poettering | |
I figure "pull-dck" is not a good name, given that one could certainly read the verb in a way that might be funny for 16year-olds. ;-) Also, don't hardcode the index URL to use, make it runtime and configure time configurable instead. | |||
2014-12-19 | import: Verb[] array can be static, too | Lennart Poettering | |
2014-12-19 | import: add new minimal tool "systemd-import" for pulling down foreign ↵ | Lennart Poettering | |
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. |