-
Notifications
You must be signed in to change notification settings - Fork 72
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
Can't get running script with Docker-Compose "Without Authentication" #147
Comments
I think that the error is probably because you are using this as the docker image: Docker expects that everything before the first To make sure everything is working, try first using an image just named |
Actually, I think that might be a problem in the example configuration. The |
That looks reasonable; could you upload the contents of your |
The And the logs after running |
One thing that sticks out to me as being a little strange here is I don't see any entries in the log file for the |
So i recently got into dockers and bag-files because of my work. We were looking for a way to store Bag files and this system was very promissing. But i ran into the Problem that i can't get Scripts to work in my docker.
Upper script is used to test if everything works fine. But I get this error Message:
It is also to mention that I am using Windows 10 as my OS.
Because of that I had to change the path for the Deamon in the Registry version into following:
I tried this because i hoped to get it running with this version because there was a Docker Image set to use in the Script Properties.
I hope there is some help because I'm going crazy as I don't understand how to solve this issue.
The text was updated successfully, but these errors were encountered: