Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
144 views
in Technique[技术] by (71.8m points)

node.js - Can I put a progress bar in dockerfile COPY?

I have created a dockerfile for my nodejs project I am first copying the code files of current directory to docker image

COPY ./ ./

I wonder, is there any option (or some other way), using which I can see the progress of copy in terminal ? something like ...

50% completed ...

It will be more helpful if I can do the same when using docker-compose !

question from:https://stackoverflow.com/questions/66063631/can-i-put-a-progress-bar-in-dockerfile-copy

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...