-
Notifications
You must be signed in to change notification settings - Fork 512
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
Dbus dependency #493
base: master
Are you sure you want to change the base?
Dbus dependency #493
Conversation
Current coverage is 86.17% (diff: 100%)@@ master #493 diff @@
==========================================
Files 40 40
Lines 4875 4875
Methods 0 0
Messages 0 0
Branches 677 677
==========================================
Hits 4201 4201
Misses 516 516
Partials 158 158
|
RUN chmod +x /home/root/startup.sh | ||
|
||
# Start up script (Generate machine UUID) | ||
ENTRYPOINT ["/home/root/startup.sh"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is not the same as before: previously it was possible to pass command-line arguments to Splash when it is executed from a Docker container (see http://splash.readthedocs.io/en/stable/install.html#passing-custom-options); it looks like you need to handle extra arguments in a script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I will look at it and commit again later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Other than that, the PR looks very clean.
Fix to issue #491