README: service some docker as well

This commit is contained in:
Ryan Heywood 2025-07-13 02:16:45 -04:00
parent e2f45c726b
commit 4ae36a910c
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 0 deletions

View File

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