mirror of
https://github.com/gdiepen/docker-convenience-scripts.git
synced 2025-04-28 10:13:41 +01:00
flush
This commit is contained in:
parent
fa5122102c
commit
73a5ca8c31
1 changed files with 1 additions and 1 deletions
|
@ -54,4 +54,4 @@ docker run --rm \
|
|||
-v $1:/from alpine ash -c \
|
||||
"cd /from ; tar -cf - . " | \
|
||||
ssh $2 \
|
||||
'docker run --rm -i -v \"$3\":/to alpine ash -c "cd /to ; tar -xpvf - "'
|
||||
"docker run --rm -i -v \"$3\":/to alpine ash -c 'cd /to ; tar -xpvf - '"
|
||||
|
|
Loading…
Add table
Reference in a new issue