+1 vote
in Docker by
recategorized by
Explain Implementation method of Continuous Integration(CI) and Continues Development (CD) in Docker in Devops?

1 Answer

0 votes
by

You need to do the following things:

  • Runs Jenkins on docker
  • You can run integration tests in Jenkins using docker-compose
...