Prev Next

API / Docker Interview questions

What is a Docker container?

Docker containers include the application and all of its dependencies. It shares the kernel with other containers, running as isolated processes in user space on the host operating system. Docker containers are not tied to any specific infrastructure: they run on any computer, on any infrastructure, and in any cloud. Docker containers are basically runtime instances of Docker images.

More Related questions...

Show more question and Answers...


Comments & Discussions