Login
Back to forumReply to this topicGo to last reply

Posted By

bubis
on 2022-01-03
10:56:26
 Plus4Emu in Docker

Hello Guys and Girls,

I've spent some time today on solving this problem, maybe it's useful for some of you:

I want to run Plus4Emu on Windows without installing it.

Why? Because I am at work, I am not allowed to install unapproved software but I want to try something real quick. wink

There is a solution if you have Docker and an X Server installed.


> docker run -it --rm -e DISPLAY=host.docker.internal:0.0 -v YOUR_FOLDER_PATH:/root/files --net=host adotsch/plus4emu [optional command]


If no command given it will mount your folder as /root/files and give you a command prompt where you can run p4compress, p4fliconv, p4sconv or plus4emu directly, like:


root@docker-desktop:~# plus4emu -prg files/demo.prg &


Yes, that's all, no installation is needed, everything is installed on the Docker Image adotsch/plus4emu, that is automatically downloaded when you run the above docker command.

Posted By

Mad
on 2022-01-03
12:40:50
 Re: Plus4Emu in Docker

Oh nice! Thanks!

Posted By

bubis
on 2022-01-10
11:58:31
 Re: Plus4Emu in Docker

In case anyone interested: the Docker image got much slimmer (about 1/5), download size is only 29M, extracted size is 62M.

Posted By

Litwr
on 2022-02-09
04:55:23
 Re: Plus4Emu in Docker

Why don't just to use a Linux native program?



Back to topReply to this topic


Copyright © Plus/4 World Team, 2001-2024