Replies: 4 comments 15 replies
-
follow this and tell us when it fails: YTuner in Docker containerIf you can't live without containers and you think that every day without creating a new container is a wasted day, you can also run YTuner in a container. AssumptionsIn my opinion, there is no point in placing
If you are familiar with building Docker containers, you may want to skip reading further. If not, don't worry and read on. That's easy1) Install DockerUse a well-documented procedure: https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository 2) Prepare YTuner binaries and configurationFirst, let's prepare some host shared volume (i.e. ~/YTuner) and copy your YTuner's config and
Now, let's prepare
Get YTuner binaries :
or build your own from source. Extract
Make
Edit and change the
Now prepare the following
3) Building Docker containerNow you are ready to build your Docker container with YTuner binaries :
Congratulations, your YTuner Docker container has been built. You can see it :
4) Running YTuner in Docker containerNow, you're ready to go:
If you stop running YTuner container and start it again YTuner will use database or cache files already stored on host shared volume.
That's it. Easy, right? SummaryThis is, of course, a simplified description and you can change the container configuration according to your needs. If you found any errors or inaccuracies in this description, please let me know. |
Beta Was this translation helpful? Give feedback.
-
Hi Juergen
If you do not want to build a container based on Alpine Linux, choose another one that suits your needs.
Just follow the tutorial and everything should be fine ... 👍 If you have any problems, write specifically what they are related to. Add logs/console dumps and we'll see how we can help you. |
Beta Was this translation helpful? Give feedback.
-
Coffeegreg, sudo docker images What is my error? BR |
Beta Was this translation helpful? Give feedback.
-
Hi TheBossME, I did that already earlier. See here please: But error remains when exectuing the sudo docker run command: I am still think, that the problem is because I am running on a raspi. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am still struggeling - even with all the hints to create a dockerfile to run YTuner with Raspi.
Appreciate more details from the audience.
BR and thanks
Juergen
Beta Was this translation helpful? Give feedback.
All reactions