TheTechTaurus
TheTechTaurus
  • Видео 4
  • Просмотров 33 791
How to install Sonarr on Docker using Docker Compose
This is a tutorial & guide on how to install and setup Sonarr using Docker, Docker Compose and Ubuntu.
You can follow the exact same steps if you wanted to install Radarr.
Docker Hub Sonarr Compose File:
hub.docker.com/r/linuxserver/sonarr
Download Docker Desktop:
www.docker.com/products/docke...
How to Install Plex on Docker using docker-compose:
ruclips.net/video/xZrdkBJgDp4/видео.html
Chapters:
00:00 Intro
00:18 Download Docker Desktop (optional)
00:40 How to Install Docker on Ubuntu
01:13 How to install Docker Compose on Ubuntu
01:26 How to check Docker version
01:34 How to check Docker Compose version
01:41 What is a Docker Compose yaml file?
01:52 Example Docker Compose file
02:13 Setup Docker Comp...
Просмотров: 15 236

Видео

How to install Plex on Docker using Docker Compose
Просмотров 11 тыс.2 года назад
This is a tutorial & guide on how to install and setup Plex Media Server using Docker, Docker Compose and Ubuntu. Plex is a media playback system that makes it simple to enjoy your movies, TV shows, music, pictures, and internet-based content. Docker Hub Plex Compose File: hub.docker.com/r/linuxserver/plex Download Docker Desktop: www.docker.com/products/docker-desktop/ Chapters: 00:00 Intro 00...
How to run Ubuntu VM in VirtualBox
Просмотров 1542 года назад
This is a tutorial / guide on how to run an Ubuntu Virtual Machine (VM) in VirtualBox on MacOS. Oracle VM VirtualBox is cross-platform virtualization software. You can download it here: www.virtualbox.org/wiki/Downloads Same procedure can be used for any operating system that supports VirtualBox, such as: Windows, MacOS and Linux. Chapters: 00:00 Intro 00:11 How to Download VirtualBox 00:41 How...
How to run Transmission on Docker
Просмотров 7 тыс.4 года назад
This is a tutorial on how to run Transmission torrent downloader/client as a Docker container. To install Docker, see my other video here: ruclips.net/video/Yvg_Rpo7Fyg/видео.html Docker is an open platform that allows use package, develop, run, and ship software applications in different environments using containers. Same procedure can be used for Ubuntu Focal Fossa 20.04 (LTS) Ubuntu Disco 1...

Комментарии

  • @tenebrisnubes
    @tenebrisnubes 12 дней назад

    are there instructions for those of us who have macOS?

  • @danielcorrigan2889
    @danielcorrigan2889 Месяц назад

    Hey thanks a ton for this vid, helped me out! My Ubuntu HTPC has 3HDDs. the .yml folders we created are on /home. How do I get them on to my other drives, where all my media is? Where they are now is the smaller SSD. Thanks.

    • @thetechtaurus
      @thetechtaurus Месяц назад

      You can just navigate to the directory where you have mounted your drives and create the .yaml files and run docker compose at that location instead :)

  • @GuildWarsUploads
    @GuildWarsUploads 3 месяца назад

    Not sure why, but I can't access Plex from the webinterface. I'm running Ubuntu on Proxmox, Ubuntu has 192.168.1.205 as IP. It's a fresh install, installed updates, and then went to your vid, from the beginning. I can confirm it's running in docker, but 192.168.1.205:32400/web/ says it can't be reached. I've made sure the network_mode is on host. Any idea why this could be?

  • @Bolo908
    @Bolo908 3 месяца назад

    Does this work with Debian 12?

  • @WalkingAdam
    @WalkingAdam 4 месяца назад

    Wonderful job, thank you very much!

  • @williamburrows6715
    @williamburrows6715 5 месяцев назад

    Very Good, Thanks for your effort.

  • @kalaster189
    @kalaster189 6 месяцев назад

    wtf is with you youtubers constantly clearing your terminal?!?! Seriously annoying having to switch and rewind every 4 seconds.

  • @pr0jectSkyneT
    @pr0jectSkyneT 7 месяцев назад

    Do you have GPU Hardware Acceleration working on your Plex docker container?

  • @TheTimeProphet
    @TheTimeProphet 9 месяцев назад

    Thanks for this great tutorial, however I found a better way of putting my folders into the compose file. Instead of putting each catagory like, movies, tv etc, just put - /media/plex/:/plex Now I have networks shares in /media/plex/movies,/media/plex/tv etc, but I only need one line instead of multiple lines. So in plex when you want to add your movies, just go to plex/movies.

    • @thetechtaurus
      @thetechtaurus 8 месяцев назад

      That's a great idea! Thanks for sharing

  • @TheTimeProphet
    @TheTimeProphet 9 месяцев назад

    Ok I have one question. If I want to add another folder, or network location. Do I have to remove the container and re-create it, or can I do that without removing the container?

  • @KeithHardy-y1p
    @KeithHardy-y1p 10 месяцев назад

    Great videos and well explained. Keep the videos coming.

  • @souravdey1
    @souravdey1 11 месяцев назад

    I did the step to add the 3 file paths to the docker-compose.yml file. But when I launch the web UI it still appears that the folders for movies and tv shows have not been "ingested" correctly. So I need to add the libraries myself manually. Is this expected behaviour?

    • @Erniej
      @Erniej 11 месяцев назад

      Docker compose paths are for the image to have access to those folders.

  • @richardtwyning
    @richardtwyning 11 месяцев назад

    What about Debian without snap?

  • @jefferylegere
    @jefferylegere Год назад

    this in no way matches what I can see or figure out how to access for docker desktop. not sure why you say this can be used for that.

  • @fmax3000
    @fmax3000 Год назад

    Thank you indeed fellow mate and Taurus! Please more similar videos on the rest of arrs and automated Ubuntu media box. Keep up the good work. You deserve much more recognition and subs. Much better than most YT out there 👍

    • @thetechtaurus
      @thetechtaurus Год назад

      Thank you for the kind words, I plan to continue making videos again soon!

  • @gatisfauss5400
    @gatisfauss5400 Год назад

    Fking sure, use volume /home/., But then it's main disc of Linux, This ir torrenting it will take TB of space this is not impressive.

    • @thetechtaurus
      @thetechtaurus Год назад

      You can change this path to whatever you like, it’s just an example 🙂

    • @gatisfauss5400
      @gatisfauss5400 Год назад

      @@thetechtaurus yes in deed, Figured this out, but at time had gotten quite frustrated, partly because of some false info on how docker volumes work. Still confused then on -v and bind --mount differences, but anyhow using -v and that is recommended, also didn't manage to name them, but just specifying path worked fine.

  • @njpryan4458
    @njpryan4458 Год назад

    Any chance you can do this same setup on a Mac ?

    • @thetechtaurus
      @thetechtaurus Год назад

      The steps are similar for mac users, you can just use brew to install docker and docker compose 🙂

  • @evotwouk
    @evotwouk Год назад

    I have just started with Docker and Ubuntu - The number of help videos I have watched a few minutes of and then binned and gone next, repeat. Your videos are perfect, no waffle, clear and understandable and very easy to follow. Great to find a UK video as well, another plus. Id love a nextcloud amongst others - Its a steep learning curve this command line and trying to work out why things dont work is taking me hours but I guess its the only way to learn. Please keep posting more, you will build a good following with your style - Thanks

    • @thetechtaurus
      @thetechtaurus Год назад

      Thank you for all of your kind words and support! I hope to continue making videos soon 😀

  • @SwitchMaxFX
    @SwitchMaxFX 2 года назад

    Im doing everything youre doing on the same OS but I keep getting "docker: 'compose' is not a docker command." and on docker version 19.03.13

    • @thetechtaurus
      @thetechtaurus Год назад

      You might not have installed compose correctly. Are you also typing ‘docker compose’

  • @andherium
    @andherium 2 года назад

    Isn't Plex a self hosted application? Why should I register in their web app?

    • @thetechtaurus
      @thetechtaurus Год назад

      If for example you want to stream outside of your local home network you will need a plex account 🙂

    • @TheTimeProphet
      @TheTimeProphet 9 месяцев назад

      You have to set an ip address in settings of machines you want to connect without signing in. It's in settings somewhere LOL

    • @TheTimeProphet
      @TheTimeProphet 9 месяцев назад

      @@thetechtaurus I can stream outside my house without a plex account

  • @SpodTeK
    @SpodTeK 2 года назад

    Do you know how I can make it see my local folders on the Ubuntu machine?

  • @philbos6232
    @philbos6232 2 года назад

    Great video, very clear explanation - keep up the good work!

  • @marp04
    @marp04 2 года назад

    Bro, you're the best, I've been racking my brain for days. your tutorial is excellent. Thanks a lot