You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
386 B
Markdown

3 months ago
# Dockerfile pour déployer un conteneur "retroarchwebplayer"
3 months ago
Retroarch dans un navigateur web
## USAGE
### USE PRE BUILT IMAGE
3 months ago
```bash
docker run -d -p 8080:80 greglebreton/retroarchweb:1.5
```
3 months ago
### 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)