Login
Remember
Register
Ask a Question
Explain Implementation method of Continuous Integration(CI) and Continues Development (CD) in Docker in Devops?
+1
vote
asked
Apr 5, 2020
in
Docker
by
ryan harris
recategorized
Feb 22, 2021
by
SakshiSharma
Explain Implementation method of Continuous Integration(CI) and Continues Development (CD) in Docker in Devops?
#docker-continuous-integration
#docker-continues-development
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 21, 2021
by
SakshiSharma
You need to do the following things:
Runs Jenkins on docker
You can run integration tests in Jenkins using docker-compose
...