1
0
Fork 0

Add a section for podman

This commit is contained in:
Daniele Tricoli 2020-12-18 01:17:47 +01:00
parent ead6390f65
commit 7a2eab02ec
1 changed files with 14 additions and 0 deletions

View File

@ -67,3 +67,17 @@ docker run -d \
--name firefox52 \
eriol/firefox52
```
### Run using podman
```shell
podman run -d \
--net host \
-v /etc/localtime:/etc/localtime:ro \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e "DISPLAY=${DISPLAY}" \
-e GDK_SCALE -e GDK_DPI_SCALE \
--device /dev/dri \
--name firefox52 \
docker.io/eriol/firefox52
```