|
|
|
|
|
by siscia
1384 days ago
|
|
Yeah I work on that. The startup time is clearly faster as we don't download the image (especially if compared to download the layers and start the docker image). The main "trick" is that docker images usually includes a lot of files that are not really accesses during standard operations hence pulling them is not needed most of the time. |
|