mirror of
https://github.com/trycua/computer.git
synced 2026-01-06 13:30:06 -06:00
Removed redundant steps from docker readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user