What is difference between Jenkins and Docker?
JENKINS | DOCKER |
---|---|
CI Engine which is used to build/test apps | Container engine used to manage and create containers |
Automated Server Tool used for testing apps | Used to build and run multiple portable environments of a software stack |
Provides an easy interface to create and manage multiple CI/CD Pipelines | It's only a container engine to hold a software application |
Can be used to build Docker Images based on a DockerFile | Its plugin can be used to build containers for any application in Jenkins |
BY Best Interview Question ON 09 Feb 2020