Updated README.md

Remove info regarding manual NBD_DEV setting. Not possible anymore.
pull/349/head
Holger Pandel 2019-11-29 17:20:13 +01:00 committed by GitHub
parent 5a93d5d852
commit 53de9f344c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -55,14 +55,6 @@ The following environment variables are supported:
increase the value because the virtual disk can run out of space like a normal
hard drive would.
* `NBD_DEV` (Default: auto eval)
The virtual qcow2 disk has to be attached to a special network block device (NBD)
so that it can be accessed like any other disk. Normally a free device node will be
evaluated automatically. If you want to predefine a device node set this parameter
in your `config` file like so:
`ǸBD_DEV=/dev/nbd1`.
**CAUTION:** Although the qcow2 build mechanism will run fine inside Docker, it can happen
that the network block device is not disconnected correctly after the Docker process has
ended abnormally. In that case see [Disconnect an image if something went wrong](#Disconnect-an-image-if-something-went-wrong)