From 096b3c374ed777d072042a9a697025a347a94535 Mon Sep 17 00:00:00 2001 From: Dimitrios Markou Date: Mon, 26 Nov 2018 13:27:14 -0600 Subject: [PATCH] Include Docker in the initial setup step Docker should be installed in the Genesis node because is a requirement for the miniMirror container Change-Id: I0b603e2b1f79301d19e9f84210d87401f3ed757f Signed-off-by: Dimitrios Markou --- doc/source/authoring_and_deployment.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/authoring_and_deployment.rst b/doc/source/authoring_and_deployment.rst index e285e9115..4d7994418 100644 --- a/doc/source/authoring_and_deployment.rst +++ b/doc/source/authoring_and_deployment.rst @@ -557,6 +557,8 @@ Ensure to select the following: ``>300g`` in Drydock means that all remaining disk space is allocated to this volume, and that volume needs to be at least 300G in size. +- Ensure that OpenSSH and Docker (Docker is needed because of + miniMirror) are included as installed packages - When you get to the prompt, "How do you want to manage upgrades on this system?", choose "No automatic updates" so that packages are only updated at the time of our choosing (e.g. maintenance windows).