From 28be1aa52f405278fc41b2b1b67b19d5d7ef5fef Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 30 Sep 2022 17:27:47 -0400 Subject: [PATCH] 19215: Add note that the single-host install isn't usable inside Docker Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- doc/install/salt-single-host.html.textile.liquid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/install/salt-single-host.html.textile.liquid b/doc/install/salt-single-host.html.textile.liquid index 9c3670a963..9e61e8d393 100644 --- a/doc/install/salt-single-host.html.textile.liquid +++ b/doc/install/salt-single-host.html.textile.liquid @@ -56,6 +56,8 @@ You will need a dedicated (virtual) machine for your Arvados server with at leas {% include 'supportedlinux' %} +Note: if you want to try out Arvados inside a Docker container, use "Arvbox":arvbox.html. The package-based install method uses @systemd@ to manage services; lightweight container images generally lack an init system and other tools that the installer requires. + The single host install stores user data in a PostgreSQL database (usually found under @/var/lib/postgresql@) and as Keep blocks that are stored as files under @/var/lib/arvados/@. Arvados logs are also kept in @/var/log@ and @/var/www/arvados-api/shared/log@. Accordingly, you should ensure that the disk partition containing @/var@ has adequate storage for your planned usage. We suggest starting with 50GiB of free space. -- 2.30.2