NEW
Font size
WorksheetsJenkins and Docker test
Total questions: 5
Worksheet time: 2mins
What is Jenkins
A testing tool
An integration tool for Java Apps
A very good looking waiter
Is a tool that permits integration, build,deploy and continuous testing
¿ Which command you should use to clone a repo ?
git fork <repoAddresss>
git download
<repoAddresss>
git clone <repoAddresss>
git transfer
<repoAddresss>
¿ Which command you should use to build an image from a Containerfile (Dockerfile) ?
docker run -it --name container nginx:latest
docker build -f containertag -it Containerfile
docker build -t containertag -f Containerfile
docker save -t containertag -f Containerfile
¿ What does this instruction mean on a container file : EXPOSE
Expose a instruction on the running container.
Show how many ports are exposed on running container.
Expose a interest topic on school.
Expose particular port on the running container
¿ Is Jenkins a programing tool?
Yes, Jenkins is a multiplatform programing tool
jenkins can programming processes
No, Jenkins is a tool for restaurants
Jenkins is not a programming tool. It is a tool to do CI/CD
