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 ```