almalinux-mirrors-report/README.md

14 lines
209 B
Markdown
Raw Normal View History

2023-08-17 17:11:31 +00:00
# AlmaLinux Mirror Report
## Run locally
```
docker run --rm -it -p 7000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
```
## Build
```
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build
```