Skip to content

Commit

Permalink
doc: add usage in README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 21, 2023
1 parent 73ba508 commit dee94bd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ Docker image for `apk-mitm`
- Docker
- Direnv

# Get Started
# Usage

AMD image
```bash
docker run -id ghcr.io/atomicloud/mitm-apk/sulfone-boron-amd:latest
```

ARM image
```bash
docker run -id ghcr.io/atomicloud/mitm-apk/sulfone-boron-arm:latest
```

# Development

To build and test the image, run

Expand Down

0 comments on commit dee94bd

Please sign in to comment.