Comment by xiaoyu2006
1 month ago
> docker image, immediately ran into all kinds of dependencies not being installed
Ironically the former is engineered to avoid the latter.
1 month ago
> docker image, immediately ran into all kinds of dependencies not being installed
Ironically the former is engineered to avoid the latter.
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.
[dead]