Fix typo
Some checks are pending
CI/CD Pipeline (Fully Isolated DinD) / Run Tests (DinD) (push) Waiting to run
CI/CD Pipeline (Fully Isolated DinD) / Build and Push Docker Images (DinD) (push) Blocked by required conditions
CI/CD Pipeline (Fully Isolated DinD) / Deploy to Production (push) Blocked by required conditions

This commit is contained in:
continuist 2025-08-24 14:45:20 -04:00
parent 147ead4546
commit 5616dffac5

View file

@ -42,7 +42,7 @@ This guide covers setting up a rootless Docker Registry v2 with host TLS reverse
```bash
# Install Podman and related tools
sudo apt install -y podman slirp4netns fuse-overlayfs nginxImprov
sudo apt install -y podman slirp4netns fuse-overlayfs nginx
# Verify installation
podman --version