🐦 Never ever use scp in any circumstances.
My alpine based docker image needs to transfer a bunch of static files to a remote server, at first I use scp to avoid installing new package, which takes about 13 minutes to finish.
rsync however, takes only 8s.
RUN apk add rsync FTW!
https://t.co/SLYzLRci8W #tweet
source
My alpine based docker image needs to transfer a bunch of static files to a remote server, at first I use scp to avoid installing new package, which takes about 13 minutes to finish.
rsync however, takes only 8s.
RUN apk add rsync FTW!
https://t.co/SLYzLRci8W #tweet
source