1.

What is difference between Jenkins and Docker?

Answer»
JENKINSDOCKER
CI Engine which is USED to BUILD/test appsContainer engine used to manage and CREATE CONTAINERS
Automated Server Tool used for testing appsUsed to build and run multiple portable environments of a software stack
Provides an easy interface to create and manage multiple CI/CD PipelinesIt's only a container engine to hold a software application
Can be used to build Docker IMAGES based on a DockerFileIts plugin can be used to build containers for any application in Jenkins


Discussion

No Comment Found