-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during installation/run #11
Comments
Sorry for the Late response! I guess other containers are running without problems? |
What exactly do you mean by installing? Please post the commands you enter to get error message. |
Yes, all my other containers are running without problems. |
Okay, could you please post the exact commands you are using to start the container? So far I cannot reproduce your problem. |
Well, the thing is - I don't. Meaning - QNAP OS (Named QTS) has a docker front en named "Container Station". And for each loaded container, there are buttons for Install, Start, Stop and Remove. |
Okay! That’s beyond my knowledge! I’ve never used QNAP OS and the “Container Station”. Are there any Log-Files you can see? Probably somewhere (e.g. in the log-files) you can see what commands will be issued by “Container Station” to start the container. Unless you find that it is not possible for me to further investigate.
Obviously it is a problem of the combination of my image and QNAP OS. However, the image is running without any problems on a “default” docker installation.
I’m really sorry to be of no further help for you.
… On 24 Feb 2017, at 15:50, oywino ***@***.***> wrote:
Well, the thing is - I don't. Meaning - QNAP OS (Named QTS) has a docker front en named "Container Station". And for each loaded container, there are buttons for Install, Start, Stop and Remove.
What actually goes on under the hood, is beyond me, but I've never before had any problems getting containers to run. All I could find is that the Run command is listed as ; /entrypoint.sh
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#11 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ADexScyhiWImqU_21XHlxznOjcsImW4Tks5rfu5CgaJpZM4MFhOU>.
|
Not to worry, I'm pleased you even bother to reply :-) |
The Now to the second part: I'm not sure what exactly you mean with:
Maybe I misunderstand your comment or the idea of this image is not completely clear to you. The image contains a version of wine which generally speaking can be changed, but it is not intended to change. Which version do you like to run? |
I'm sorry for being a bit clumsy here. I understand that the "display" (x11server) is supposed to run at all times. Which is quite all right, except - every time (now and then) when the server is rebooted, I don't know how to get the x11server started again (in an automated way). |
No worries! I'm happy to support you as much as I can. I've been through this stuff with Docker and wine and know how hard it is when you are just starting. With respect to the automated way of starting the If I understand you correctly, this is a high level overview of the workflow you are currently applying:
If this is your problem, you need to have a look into the docker documentation for docker start and docker ls. In the readme of this wine image I've shown you this command So basically what you need to do is to remove the Does it make sense? |
Do you have any plans to release a Wine 2.0 version. I'm asking, because once I got latest running, I found that none of the apps I need to run, would actually run. Very few programs support WinXP anymore. So I keep getting error messages during my install attempt saying that my version of Windows (Wine) is not supported, please upgrade. |
So does that mean it is finally running on your side? Update to wine 2.0 would be great, but there is currently no time on my side. If you actually like to test it, I might be able to create a new image. |
Yes, it is running - allthough not exactly as I want it to, but I'll get there in the end. |
Will come back to you once the image is available! |
I'm running Docker 1.11.2 on a QNAP server.
I downloaded your Wine Dev 1.7.44 and tried to install it, then I got the following error:
Error 2017/02/19 17:40:18 Container admin Failed to do background task (create, wine-1) Error 2017/02/19 17:40:18 Container admin Background task error for create: 500 Server Error: Internal Server Error ("rpc error: code = 2 desc = "oci runtime error: exit status 1"") Info 2017/02/19 17:38:24 Container admin Start to do background task (create, wine-1)
Whenever I try to start the container, it throws the same error.
Any idea What I'm doing wrong?
The text was updated successfully, but these errors were encountered: