I have one Dockerfile
I have tried :
- name: build docker image
command: docker build -t ansibleum /ze/Dockerfile
But the image was not created)
ansible-playbook old_copiash.yml -f 1
PLAY [Transfer and execute a script.] *********************************************************************************************************************************
TASK [Gathering Facts] ************************************************************************************************************************************************
ok: [host2]
TASK [Transfer the script] ********************************************************************************************************************************************
ok: [host2]
TASK [Execute the script] *********************************************************************************************************************************************
changed: [host2]
TASK [build docker image] *********************************************************************************************************************************************
changed: [host2]
PLAY RECAP ************************************************************************************************************************************************************
host2 : ok=4 changed=2 unreachable=0 failed=0
[root@localhost ze]# docker ps -q -a
I can I build an image using docker ?
thanks in advance
josé pinto