From bb235fe5ec4df3f46871734447b29b3d72e4af3a Mon Sep 17 00:00:00 2001 From: whimsical-c4lic0 <124305936+whimsical-c4lic0@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:54:29 -0500 Subject: [PATCH] Add --rm to docker run command --- docs/docs/installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/docker.md b/docs/docs/installation/docker.md index fe59817..5fa918c 100644 --- a/docs/docs/installation/docker.md +++ b/docs/docs/installation/docker.md @@ -18,7 +18,7 @@ To run OF-DL in a docker container, follow the folling steps: Adjust `$HOME/ofdl` as desired (including in the commands below) if you want the files stored elsewhere. 4. Run the following command to start the docker container: ```bash - docker run -it -v $HOME/ofdl/data/:/data -v $HOME/ofdl/config/:/config ghcr.io/sim0n00ps/of-dl:latest + docker run --rm -it -v $HOME/ofdl/data/:/data -v $HOME/ofdl/config/:/config ghcr.io/sim0n00ps/of-dl:latest ``` If `auth.json`, `config.json`, and/or `rules.json` don't exist in the `config` directory, files with default values will be created when you run the docker container. If you have your own Widevine keys, those files should be placed under `$HOME/ofdl/config/cdm/devices/chrome_1610/`.