Skip to content

Commit

Permalink
feat: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anaik91 committed Jan 17, 2025
1 parent 71d3c49 commit 3377769
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ You can run this tool locally or using Docker.
```

### Docker Setup
1. **Build the Docker image:**
1. **Use a pre-built Docker image:**
```bash
docker pull ghcr.io/apigee/apigee-migration-assessment-tool/apigee-migration-assessment-tool:latest
```
**OR**

**Build the Docker image:**
```bash
docker build -t <image_name>:<tag> .
docker push <image_name>:<tag>
Expand Down

0 comments on commit 3377769

Please sign in to comment.