I need to run docker container through Jenkins. For that I used "Start/Stop Docker Containers" as build step
Start/Stop Docker Containers
Action to choose : Run container
Docker Cloud name : docker_demo
ID : DOCKER_IMAGE_ID
DNS
Port bindings :port
Bind all declared ports :
Hostname : ip address
While running the job,it is telling that "Invalid ID". Can anyone suggest,How to get Image ID of docker in jenkins??
ubuntu:latest
? – Gynarchy