From 4ae36a910cb6d8c707e5b327f9fb30e700bb6f3c Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 13 Jul 2025 02:16:45 -0400 Subject: [PATCH] README: service some docker as well --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a608d5c..0e815a8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ command to install and enable nitro enclave support: # You can leave off `git` if you've already installed it to clone the repo. sudo dnf install aws-nitro-enclaves-cli make git sudo systemctl enable --now nitro-enclaves-allocator.service +sudo systemctl enable --now docker.service # Add the current user to the Docker group sudo usermod -aG docker $USER ```