Skip to content

Commit

Permalink
Merge pull request #4 from suchen-sci/add-docker
Browse files Browse the repository at this point in the history
add docker to readme
  • Loading branch information
xxx7xxxx authored Oct 19, 2023
2 parents d856e34 + ce86975 commit 6999c72
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ You can start editing the page by modifying `app/page.tsx`. The page auto-update

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Using Docker

**1. [Install Docker](https://docs.docker.com/get-docker/) on your machine.**

**2. Build your container:**
```bash
docker build -t megaease/easegress-portal -f rootfs/Dockerfile .
```

**3. Run your container:**
```bash
docker run -p 3000:3000 megaease/easegress-portal
```

You can view your images created with `docker images`.

## Screenshots

**1. Cluster Management**
Expand Down

0 comments on commit 6999c72

Please sign in to comment.