Question: About docker image size

Hello Team! Does reducing Docker size will reduce loading time and make the Actor load faster ... or ... is it the same ? Thank You!
No description
5 Replies
national-gold
national-gold•12mo ago
Yes, a smaller Docker image's size slightly decreases startup times, but don't expect huge differences.
eastern-cyan
eastern-cyan•12mo ago
55.6 MB, did you manage to shrink chrome that much? Or is this HTTP only?
!!!Joefree!!! 👑
!!!Joefree!!! 👑OP•11mo ago
yes, its Python HTTP only
genetic-orange
genetic-orange•9mo ago
Hello @!!!Joefree!!! 👑 wonder how you did decrease the image size that low ? Also using http only and it is curently 165MB
eastern-cyan
eastern-cyan•9mo ago
Try using a smaller base image, copy as little as possible, using multi-stage builds. I've shrunk the image by switching to rust and using FROM scratch for base image :rustcrab:
No description

Did you find this page helpful?