From dd78db6ff3107dc51360643cfaa52620fd67dccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 24 May 2021 00:11:58 +0300 Subject: [PATCH] more readme --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1751374..b09a6bb 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ skopeo copy docker://docker.io/busybox:latest docker-archive:busybox.tar undocker busybox.tar - | tar -xv ``` -Almost the same can be done with a combination of `docker pull` and `docker -save`. +You can also refer to [this][2] for other ways to download Docker images. There +are many. Usage -- systemd-nspawn example ------------------------------- @@ -59,6 +59,13 @@ Notes & gotchas Many will need significant tuning or not work at all; one will still need to understand [what's inside](https://xkcd.com/1988/). +Changelog +--------- + +**0.1** + +* initial release: `rootfs.Flatten` and a simple command-line application. + Contributions ------------- @@ -76,4 +83,10 @@ Issues without accompanying patches will most likely be rejected, with one exception: reports about regressions do not have to contain patches, but a failing commit is mandatory, and a failing test case is highly appreciated. +LICENSE +------- + +MIT. + [1]: https://www.freedesktop.org/software/systemd/man/systemd.exec.html +[2]: https://fly.io/blog/docker-without-docker/