Skip to content

Commit

Permalink
Add --rm to docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
whimsical-c4lic0 authored Oct 31, 2024
1 parent 257325b commit bb235fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`.
Expand Down

0 comments on commit bb235fe

Please sign in to comment.