Skip to content

To Systemd or not to Systemd #220

Answered by mbecker20
2q2code asked this question in Q&A
Discussion options

You must be logged in to vote

With Container, you have to deal with the file system seperation, which leads to several complications:

  • Say you make a Repo Resource in Komodo, and specify /home/🐴/👄 as the clone path. You click button to clone it and check your host for the repo. But oh wait, its not there! Is Komodo broken? No, its because you cloned it inside the container, you didn't mount /home/🐴:/home/🐴. This issue has come up several times in various forms, commonly for Files on Server mode Stacks.

  • You like to use relative file paths in your compose file mounts. When Komodo deploys a Stack, it sends command to Periphery, and Periphery does some setup and runs a shell command docker compose ..... You can see the…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 2q2code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants