Dockerfile
Dockerfile copied to clipboard
Collection of Dockerfiles
Results
3
Dockerfile issues
Sort by
recently updated
recently updated
newest added
System: Arch Linux Output: ``` $ docker run -it --rm \ > -v $XDG_RUNTIME_DIR/pulse/native:/run/user/1000/pulse/native -e PULSE_SERVER=unix:/run/user/1000/pulse/native \ > -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY \ > -v ~/Games/N64:/home/wine/.wine/drive_c/N64 \ > -v ~/.config/project64/config:/home/wine/.wine/drive_c/Project64/Config...