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 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/babad340-11ba-4932-b885-0f2d36553a92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to