mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
specifically disclaim LSIO image
This commit is contained in:
parent
07686c6b25
commit
ccf896e6b7
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,8 @@ I'm also assuming you are doing this on a computer, not through a NAS interface
|
|||
|
||||
You may want to take an hour to get familiar with Docker fundamentals with the [official tutorial](https://www.docker.com/101-tutorial/).
|
||||
|
||||
DO NOT MAKE ANY CHANGES BELOW if you want this to just work. Don't change the docker image [linuxserver.iopp will not work for this, for example]; don't change that paths, etc.
|
||||
|
||||
### Installing Docker.
|
||||
|
||||
The Docker install is discussed here: [Installing Docker](https://docs.docker.com/engine/install/)
|
||||
|
@ -60,6 +62,10 @@ docker run --rm meisnate12/plex-meta-manager --run
|
|||
|
||||
[This is going to fail with an error, don’t panic]
|
||||
|
||||
### Important note on that command
|
||||
|
||||
This tutorial uses the official image, and you should, too. Don't change `meisnate12/plex-meta-manager` to the `linuxserver.io` image or any other; the lsio image specifically has idiosyncracies that will prevent the walkthrough from working. The official image *will* behave exactly as documented below. Other very possibly won't.
|
||||
|
||||
You should see something like this:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue