Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcapp authored Jun 17, 2024
1 parent 2084f85 commit 8aae90e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,21 @@ python app.py

## Docker

### Docker Hub

```
docker pull seeleo/mobaxterm-genkey:latest
docker run -d -p 5000:5000 seeleo/mobaxterm-genkey:latest
```


### Container Registry (GitHub)

```
docker pull ghcr.io/lzcapp/mobaxterm-genkey:latest
docker run -d -p 5000:5000 ghcr.io/lzcapp/mobaxterm-genkey:latest
```

## Screenshot

![1](https://github.com/malaohu/MobaXterm-GenKey/assets/12462465/fa319fe6-b75c-404f-b6fb-59290cda0d66)
Expand Down

0 comments on commit 8aae90e

Please sign in to comment.