Skip to content
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

[WIP] use gosu instead of sudo #43

Merged
merged 4 commits into from
Jan 10, 2017
Merged

[WIP] use gosu instead of sudo #43

merged 4 commits into from
Jan 10, 2017

Conversation

legacycode
Copy link
Contributor

This should fix #12. This is a new pull request instead of #13. I merged the changes and tested them on Debian jessie with following docker compose file:

openhab2:
  image: "openhab/usegosu"
  net: host
  volumes:
    - "/etc/localtime:/etc/localtime:ro"
    - "/etc/timezone:/etc/timezone:ro"
    - "/opt/usegosu/userdata:/openhab/userdata"
    - "/opt/usegosu/conf:/openhab/conf"
  command: "server"

Signed-off-by: Christian Lehmann info@legacycode.org (github: legacycode)

cyberkov and others added 4 commits May 3, 2016 17:31
…d from openhab/openhab-docker' into gosumerge

Conflicts:
	Dockerfile
	files/entrypoint.sh
…d from openhab/openhab-docker' into gosumerge

Conflicts:
	Dockerfile
	files/entrypoint.sh
This was referenced Jan 5, 2017
Copy link
Member

@cyberkov cyberkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. Thanks for taking care!

@cniweb cniweb merged commit 33b9e86 into openhab:master Jan 10, 2017
@legacycode legacycode deleted the gosumerge branch January 11, 2017 11:48
@cniweb cniweb mentioned this pull request Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

entrypoint.sh uses sudo
3 participants