Dear All,

I am not able to run jenkins inside docker container using ansible 
playbook. Jenkins is getting started but unable to run it 


- name: Download Jenkins Container
  docker_container: 
    name: Jenkins_server 
    image: jenkins 
    state: started 
    ports: 
      - "8080:8080"
      - "50000:50000"
    command: sleep 1d 
    volumes: 
      - /data 

This is starting the container but not able to run jenkins due to which i 
am not able to login to jenkins host.

Can anyone guide me what do to ?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4df7d6b5-4d20-48d9-9550-71d3fe54600f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to