Adds ENTRYPOINT to lbrynet to require mounted home directory before execute #56

Merged
EnigmaCurry merged 1 commit from refactor into refactor 2019-04-25 22:35:36 +02:00
EnigmaCurry commented 2019-04-25 14:10:30 +02:00 (Migrated from github.com)

This fixes #55 by having the lbrynet container always check for the a mounted /home/lbrynet directory before execution.

This is accomplised by an ENTRYPOINT that runs before lbrynet does, that checks for the directory mount status, and then passes all args on to the system for execution.

This fixes #55 by having the lbrynet container always check for the a mounted `/home/lbrynet` directory before execution. This is accomplised by an ENTRYPOINT that runs before lbrynet does, that checks for the directory mount status, and then passes all args on to the system for execution.
Leopere (Migrated from github.com) approved these changes 2019-04-25 22:35:27 +02:00
Leopere (Migrated from github.com) left a comment

I'm cool with merging this in this state but it should eventually have a README entry explaining why this is and add a link to it in the response.

I'm cool with merging this in this state but it should eventually have a README entry explaining why this is and add a link to it in the response.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-docker#56
No description provided.