Compare commits
No commits in common. "master" and "0" have entirely different histories.
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ if [ -n "$INIT_FOLDER" ]; then
|
|||
docker_mounts+=(-v "$INIT_FOLDER":/root/init.d)
|
||||
fi
|
||||
|
||||
docker run --rm \
|
||||
docker run --rm -it \
|
||||
--hostname "$DOCKER_HOSTNAME" \
|
||||
-v "$DUPLICITY_CACHE_VOLUME":/root/.cache/duplicity \
|
||||
"${docker_mounts[@]}" \
|
||||
|
|
Loading…
Add table
Reference in a new issue