clarify speed and dependencies
This commit is contained in:
parent
3430cc5d67
commit
ceed1e88af
@ -15,9 +15,7 @@ and application isolation ("container") runtimes: once the docker image is
|
|||||||
extracted, it can be run with old-fashioned tools: lxc, systemd-nspawn,
|
extracted, it can be run with old-fashioned tools: lxc, systemd-nspawn,
|
||||||
systemd, FreeBSD Jails, and many others.
|
systemd, FreeBSD Jails, and many others.
|
||||||
|
|
||||||
`unocker` does not magically enable you to run containers from the internet.
|
Undocker has no dependencies outside Golang stdlib.
|
||||||
Many will need significant tuning or not work at all; one will still need to
|
|
||||||
understand [what's inside](https://xkcd.com/1988/).
|
|
||||||
|
|
||||||
Usage: convert docker image to rootfs
|
Usage: convert docker image to rootfs
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
@ -42,6 +40,10 @@ hrwxr-xr-x 0/0 0 2021-05-17 22:07 bin/arch link to bin/[
|
|||||||
You can also refer [here][2] for other ways to download Docker images. There
|
You can also refer [here][2] for other ways to download Docker images. There
|
||||||
are many.
|
are many.
|
||||||
|
|
||||||
|
Converting a [1.1GB Docker image with 77
|
||||||
|
layers](https://hub.docker.com/r/homeassistant/home-assistant) takes about 4-5
|
||||||
|
seconds and on a reasonably powerful Intel laptop.
|
||||||
|
|
||||||
Usage example: systemd-nspawn
|
Usage example: systemd-nspawn
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user