Computer science: Docker image vs container
Self-tutoring about Docker and containers: the tutor mentions the idea of image vs container. As I understand, an image is built by following instructions from a Dockerfile. The image is a software structure that contains all dependencies, etc., needed to …