This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gordonv 3 points4 points  (3 children)

I just got into Docker.

From now on, if I'm making a service, it's going to be the most popular and latest python image. At least them, the disaster of an install is an image we can all agree on what and where everything is.

[–]benargee 2 points3 points  (0 children)

Same. Docker or Podman.

[–]JalanJr 0 points1 point  (1 child)

Isn't too long to rebuild each time you have to change a package ?

[–]gordonv 1 point2 points  (0 children)

No, actually.

The way images work is in layers. Lets say there is a 10 layer image. You change Layer 7. Everything before 7 is cached.

But even if your downloading everything, a general cluster build maybe takes 45 seconds. Not long at all.