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 !
2.1m questions
2.1m answers
60 comments
57.0k users