

2·
3 days agoHave had the same problem. The service tried to execute /usr/bin/ly but they renamed it to /usr/bin/ly-dm. Try to execute ly-dm in your terminal and see what happens.


Have had the same problem. The service tried to execute /usr/bin/ly but they renamed it to /usr/bin/ly-dm. Try to execute ly-dm in your terminal and see what happens.
Yeah you can to that. I did this like you when I started with my homelab. I used podman very fast after playing with docker. You can just replace docker with podman ex:
podman pull x podman run x podman compose upPodman has better rootless support and is a bit more secure because of that.
Just a few tips (optional but I recommend you)
userand then the container has the same UID inside it, then they have technically the same permission set as your home directory or worse root directory (if UID is 0) and could do harm if they are exploited and can break free of the containerKubernetes is a bit overkill and bloated for your usecase. Kubernetes would be interesting if you host a service with world wide access and millions of parralel users because of the nice scaling functionality of kubernetes.
What ever you do you did the right choice to learn something new, and I wish you fun and joy doing this! When I started vs today I learned many new things and practices which helped me earn money and have fun!