maj readme

This commit is contained in:
Grégory Lebreton 2024-07-08 15:45:32 +02:00
parent 028edfb584
commit 316082b3e9

View File

@ -1,7 +1,22 @@
# Dockerfile pour déployer un conteneur "retroarchwebplayer"
Retroarch dans un navigateur web
## USAGE
### USE PRE BUILT IMAGE
```bash
docker run -d -p 8080:80 greglebreton/retroarchweb:1.5
```
- Compatible Linux AMD64 / ARM64 (raspberry pi)
### BUILD IMAGE
```bash
docker build -t retroarchweb .
docker run -d -p 8080:80 retroarchweb:latest
```
## COMPATIBILITE
- Compatible Linux AMD64 / ARM64 (raspberry pi 64 bits only)