Removed redundant steps from docker readme

This commit is contained in:
Dillon DuPont
2025-08-21 12:25:15 -04:00
parent 5225de8d88
commit 6cc1c6f92b

View File

@@ -21,18 +21,6 @@ docker build -t cua-ubuntu:latest .
### Pushing to Registry
To push the container to a Docker registry:
```bash
# Tag for your registry (replace with your registry URL)
docker tag cua-ubuntu:latest your-registry.com/cua-ubuntu:latest
# Push to registry
docker push your-registry.com/cua-ubuntu:latest
```
For Docker Hub:
```bash
# Tag for Docker Hub (replace 'trycua' with your Docker Hub username)
docker tag cua-ubuntu:latest trycua/cua-ubuntu:latest