Jump to content

How to completely remove emby with dockers


sdks

Recommended Posts

I am using the instructions given at the https://hub.docker.com/r/emby/embyserver/

The first time it offered me to provide the path to my media. I am trying to re-run it again from the scratch but it does not ask me for that directory anymore. So the questions are:

1) Where does it store the configuration? Or how can I delete it?

2) It asks me to use "emby-server" command to start the server. What is that? Is it link to some executable file?

Link to comment
Share on other sites

Exist2Resist

To remove the docker in bash/command line run:

docker ps -a , this will list all the available docker containers

docker stop <container ID> , stops the container

docker rm <containter ID> , removes the container

 

Omit the <> in the command and only input the container ID you got from the docker ps listing. 

 

Then head over to your persistence folder and delete all the content.

Now if you rerun and recreate the container it will create EMBY from scratch with a fresh database and new default settings. 

Edited by Exist2Resist
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...