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
docker build -t marthym/gens:2.16.7 gens/
docker run -d -p 22 -v /host/roms/directory:/home/gens/roms marthym/gens:2.16.7
docker port <container> 22
0.0.0.0:49156
ssh [email protected] -X -p 49156
gens
Content type
Image
Digest
sha256:e1519ce56…
Size
149.3 MB
Last updated
over 9 years ago
docker pull marthym/gens:2.16.7