21325/what-the-difference-between-container-and-an-image-in-docker
What is the basic difference between container and an image in Docker?
I am unable to understand these terms clearly and I also was unable to find the genuine reference to study these two terms.
Can anyone help me with this?
Thanks
Below is reference which you can follow to know about images in details:
A container is an active (or inactive if exited) stateful instantiation of an image.So you can follow below reference to know more about container.
Here is the basic difference between run ...READ MORE
Here are the explanations for all the ...READ MORE
Now, the Toolbox works through docker-machine. The way ...READ MORE
Hi, COPY and ADD are both Dockerfile instructions that serve similar purposes. They ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
In a Layman’s language they're the same ...READ MORE
In most cases, we would break Work ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.