You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
containertool currently handles whole files, but all the processes involved (reading, creating the tar archive, gzipping and uploading) can be streamed, reducing resource requirements and latency.
Streaming could be added gradually in different areas:
copying images from one repository to another - as bytes are received from the source, they are sent to the destination