March 29, 20179 yr So I'm trying to get a Plex Plugin working and it says I should install Git. Would this work, or is there another way and do I need it? Does unraid already have it? $ sudo apt-get install git-all
March 29, 20179 yr Docker or plugin? If plugin, then Git is available within the nerdpack plugin. If its a docker, then you're going to have to install it within the container itself docker exec -it Plex /bin/bash . . . But updates to the container might trash any changes you make within it.
March 29, 20179 yr Author I use BinHex Docker for Plex. I have the Nerdpack plugin but you say that won't work since I using a docker. so do I type this $ sudo apt-get install git-all Plex is installed under Appdata Plex Media Server Edited March 29, 20179 yr by squirrellydw
March 29, 20179 yr 15 minutes ago, squirrellydw said: I use BinHex Docker for Plex. I have the Nerdpack plugin but you say that won't work since I using a docker. so do I type this $ sudo apt-get install git-all Plex is installed under Appdata Plex Media Server If something running within your docker requires something in order to run, then that prerequisite has to be installed within the docker. If binhex's Plex has apt-get installed (depends upon the distro he chose), then you need to exec into the container (command I gave a post or two up) and then run the apt-get
March 29, 20179 yr Author oh ok so this docker exec -it Plex /bin/bash I assume it should be docker exec -Git Plex /bin/bash I think you missed the G
March 29, 20179 yr 1 hour ago, squirrellydw said: I assume it should be docker exec -Git Plex /bin/bash I think you missed the G Nope. 2 hours ago, Squid said: docker exec -it Plex /bin/bash is correct.
March 30, 20179 yr 7 minutes ago, squirrellydw said: that didn't work Error response from daemon: No such container: Plex Use the exact syntax of the name of the container from the list of dockers in the GUI. Probably binhex-plex
March 30, 20179 yr Author 34 minutes ago, jonathanm said: Use the exact syntax of the name of the container from the list of dockers in the GUI. Probably binhex-plex ok, now its says this [root@Tower /]#
March 30, 20179 yr Author 6 minutes ago, Squid said: now you can try your apt-get command(s) when done type exit this $ sudo apt-get install git-all
March 30, 20179 yr Just now, squirrellydw said: this $ sudo apt-get install git-all Yeah, whatever commands it takes to install Git
March 30, 20179 yr Author 4 minutes ago, Squid said: Yeah, whatever commands it takes to install Git well that didn't work and either did a few other commands I tried
March 30, 20179 yr 6 minutes ago, squirrellydw said: well that didn't work and either did a few other commands I tried At this point then, you've got to post in binhex's support thread about it, since it's now directly related to the distro that he's choosing to utilize, and he would be the best one to offer up suggestions / support
March 30, 20179 yr binhex uses arch, which doesn't use apt-get. I forget now what you do to install something in arch, but you can google it. I used to use an arch VM (from IronicBadger) for all my apps in early V6 betas, when VMs were Xen, and we didn't have docker yet.
Archived
This topic is now archived and is closed to further replies.