How to create local mirror for ubuntu inside docker container? -


i wants create local mirror ubuntu inside docker container. here link following git hub. https://github.com/ekino/docker-images

now issue is taking time download whole packages,even though divided in part main,restricted , universe downloading packages of 22 gb. system powered on since last 48 hrs still not been completed. yes have enough speed of internet. think goes in infinite loop , stuck somewhere.

is there other way accomplish ? suggestions ?

thank in advance !

the docker container copy-on-write file system slow, want make sure data download gets written fast file system. that's volume instruction in dockerfile.

then persist data, have mount volume on host file system or use docker data containers. see this article more info on volumes.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -