godarch / darch

A tool for building and booting stateless and immutable images, bare metal.
https://godarch.com/
MIT License
832 stars 32 forks source link

Add a progression bar when pulling images #9

Open upils opened 6 years ago

upils commented 6 years ago

A progression bar would be great when pulling images. Currently a user may think darch is stuck.

pauldotknopf commented 6 years ago

Yup. I am using containerd, and their ctr command has a nice progress indicator. It should be just a matter of copy/paste.

https://github.com/containerd/containerd/blob/master/cmd/ctr/commands/content/fetch.go