Problema
I am trying to install jenkins using docker in windows 10 home using docker toolbox:
docker run -idt --rm -u root --name jenkins -v //var/run/docker.sock:/var/run/docker.sock -p 8080:8080 -p 50000:50000
jenkins/jenkins:lts
but when i want to build a pipeline i have this message
docker:not found
What should i do?
Solución
Artículos Relacionados