back

by xiaoyu2006·3mo ago·view on hn ↗
> 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.