1
Fork 0

remove references to 'official' binaries

main
Motiejus Jakštys 2021-09-27 19:08:04 +03:00 committed by Motiejus Jakštys
parent eab7c3c1ef
commit e4c0d4d72a
1 changed files with 5 additions and 2 deletions

View File

@ -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,
systemd, FreeBSD Jails, and many others.
Undocker has no dependencies outside Golang stdlib.
Installation
------------
You may use [officially released binaries][3], or build it:
Build it like this for the "current" platform:
```
$ 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
-------------------------------------