Hacker News new | ask | show | jobs
by xiaoyu2006 32 days ago
> docker image, immediately ran into all kinds of dependencies not being installed

Ironically the former is engineered to avoid the latter.

1 comments

A Docker image is a reinvention of a program, and a Docker container is a reinvention of a process. At first they were self-contained - but so were the first programs and processes.