Image is a lightweight, standalone, executable package of software that includes everything needed to run an application.
Docker images are executable packages that are packed with application code and dependencies, software packages, and other similar packages for the purpose of constructing containers.
Docker images can be deployed to any environment that supports Docker, Containers can be start or initiate in that environment to run the application successfully.