From 48745b5996d984f4348d8cf5d046cf813b7fddc7 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 18 Oct 2021 14:04:31 +1030 Subject: [PATCH] Update README.rst for Docker support. Ref #1908 --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 3c70ede9..37d5523e 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,11 @@ In addition of Python dependencies listed in a section below, other software may * mtools is recommended to support data transfer to/from QEMU VMs using virtual disks. * i386-libraries of libc and libcrypto are optional (Linux only), they are only needed to run IOU based nodes. +Docker support +************** + +Docker support needs the script program (`bsdutils` or `util-linux` package), when running a docker VM and a static busybox during installation (python3 setup.py install / pip3 install / package creation). + Branches --------