Sign inSign up

marthym/gens

By marthym

•Updated over 9 years ago

Image
1

200

marthym/gens repository overview

⁠Megadrive Emulator Gens/GS

This docker contain a gens installed inside.

The docker use ssh forwarding for display Gens window so we have no sound. A VOLUME is share in /home/gens/roms and the port 22 is exposed.

User gens is accessible through ssh with login and password :

gens / gens

⁠Build

docker build -t marthym/gens:2.16.7 gens/

⁠Run

docker run -d -p 22 -v /host/roms/directory:/home/gens/roms marthym/gens:2.16.7

⁠Use

docker port <container> 22
0.0.0.0:49156
ssh [email protected] -X -p 49156
gens

Tag summary

Content type

Image

Digest

sha256:e1519ce56…

Size

149.3 MB

Last updated

over 9 years ago

docker pull marthym/gens:2.16.7