From 8f9800f444067c16ac5e64d565c5afc088fd5f49 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 1 Jan 2023 18:24:42 +0800 Subject: [PATCH] Update README.rst about static busybox --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 90d977b87..11f2cab19 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,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 --------