diff options
| author | ac79b0c6 <[email protected]> | 2022-05-15 18:46:46 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2022-05-15 18:46:46 +0800 |
| commit | 1fb1c7a5cf00eced6eec61af553c14bcf6f75225 (patch) | |
| tree | 170eddaecaf7f5953d0c883ed556ea4f7ad464fe /mkvtool/docker/run.sh | |
| parent | d7fa987a7605ad2b1117f2bd594875ea1325fbda (diff) | |
update
Diffstat (limited to 'mkvtool/docker/run.sh')
| -rw-r--r-- | mkvtool/docker/run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mkvtool/docker/run.sh b/mkvtool/docker/run.sh index 7144008..472111a 100644 --- a/mkvtool/docker/run.sh +++ b/mkvtool/docker/run.sh @@ -1,6 +1,6 @@ NAME='mkvtool' docker images | grep ${NAME} || docker build -t ${NAME} $(dirname "$0") -FONT_DIR='/usr/share/fonts/truetype' # Change this to your font directory -CACHE_DIR='${HOME}/.mkvtool/caches' # Change this to your cache directory -OTHER_DIR='' # Change this to your other directory for example: -v aaa:bbb +FONT_DIR=""/usr/share/fonts/truetype" # Change this to your font directory +CACHE_DIR="${HOME}/.mkvtool/caches" # Change this to your cache directory +OTHER_DIR="" # Change this to your other directory for example: -v aaa:bbb docker run --rm -it -v ${FONT_DIR}:/fonts -v ${CACHE_DIR}:/root/.mkvtool/caches ${OTHER_DIR} ${NAME} |
