remove references to 'official' binaries
This commit is contained in:
parent
eab7c3c1ef
commit
e4c0d4d72a
@ -18,17 +18,20 @@ 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.
|
||||||
|
|
||||||
Undocker has no dependencies outside Golang stdlib.
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
You may use [officially released binaries][3], or build it:
|
Build it like this for the "current" platform:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ make undocker
|
$ make undocker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
`make -B` will print the extra flags (`-X <...>`) for cross-compiling with
|
||||||
|
other archs. It's all `go build <...>` in the back, and depends only on Go's
|
||||||
|
compiler and stdlib.
|
||||||
|
|
||||||
Usage: convert docker image to rootfs
|
Usage: convert docker image to rootfs
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user