Consider all that template for each post filled out.
Hello, I think this is the problem/solution for Docker Model Runner, but I don’t know how to modify the symlink to be specific to Openmandriva.
First I installed Docker as described in this post: How do I even install Docker and Apache? - #5 by jamez1510
Installation works but the Plugin “Docker Model Runner” doesn’t work
The solution is given here: Model Runner | Docker Docs
Should be easy to resolve, if you know your way around this OS. Any help is appreciated.
Hi Marcos,
That directory tree doesn’t exist on linux. At least that I can find.
I believe that actually exists on MAC though.
And while you could try and run it through WINE, I’d laugh my butt off if it worked.
You’re going to have to raise that issue on their github. Because (as I read those Docs), they say at the top it requires Windows or MAC. But lower down it mentions Linux.
The Mac OS is based on bsd. So you might be abot to fake it by just creating the following directory in your $HOME
~/.docker/cli-plugins/docker-model
and just copy the files there.
Or create the other directory off of ROOT
/Applications/Docker.app/Contents/Resources/cli-plugins/docker-model
and then create the symlink.
I have no idea if any of that would work, because again, at the top of the page, it says win or apple
Hope this helps