Closed edipetres closed 6 years ago
We want to make sure that the docker image we build runs successfully and starts the website that responds with status code 200.
Set up a step in the pipeline to verify this after docker run, by using curl for example, then stop the container. example
docker run
curl
duplicate in #151
We want to make sure that the docker image we build runs successfully and starts the website that responds with status code 200.
Set up a step in the pipeline to verify this after
docker run
, by usingcurl
for example, then stop the container. example