Create docker containers using Ansible

preview_player
Показать описание
Create docker containers using Ansible

This video deals with creation of docker image and container using ansible and implementing the same with jenkins for a http deployment.
Рекомендации по теме
Комментарии
Автор

Моё уважение! Все ясно и понятно объяснили, показали разъяснили. Благодарю вас!

АлександрВыскребцев
Автор

Hi Mate,

First of all thanks for the video. It was great from docker point of view. As a newbie to Jenkins, I wished, if you could have shown us how you created the jobs in Jenkins. I really missed that part.

prabodh
Автор

Thanks for the Ansible playbooks. Nice Illustration though !!!. I wish you were showing us how you created the jobs in Jenkins. Thanks for your time teaching us here. Mat.

mathewkargarzadeh
Автор

Excellent Video RedGeek. Thanks for creating and donating time to the community. All the best.

Frogstomp_actual
Автор

Excelente video, this is all I needed to know to automate my containers deployment when no orchestration is needed

FinepixF
Автор

Excellent video, you simplified everything. Thanks

ranjeetbadhe
Автор

You are covering new things which I never seen

mvptechinfo
Автор

Great video. Just what I needed. One additional detail would be to show the rpm dependencies as well as the required files.

donmaillist
Автор

hey there, thanks it was perfectly explained. One question, what if am running it on my ec2 instance, what should i mention, public ip of the instance?

anujbisht
Автор

Good video and useful for everyone. Can you please share the jenkins jobs how you setup using playbooks.

pardhalife
Автор

Great video....but where is the dockerfile used.
Please tell me i have seen many time..I cant find, where the docker file is used.

arunkumarkodipally
Автор

awesome stuff in 15 mins... First class

tharunrahul
Автор

Good one. I just need few information on this video.


I am using Ubuntu AMI on AWS EC2 with Ansible installed. The other instance has Docker CE installed so can you let me know the steps to install the docker-python package on AWS Linux 2?


Second, docker_image module is now deprecated so what is the replacement for it?


Third, I guess you setup Jenkins on a 3rd instance. Is it possible to share the steps you followed in Jenkins to build and deploy in this CI/CD project?

arig
Автор

Hi thanks for this. Very easy to follow. Only issue I had was that my container does not persist after running the create_container playbook.

irish_bug
Автор

In docker host machine docker should installed or only docker-py is enough??

suniljamadar
Автор

Could you pls share the Jenkins pipeline job configure steps

venkateshk
Автор

When I try to use that I get this error:
[WARNING]: Failure using method (v2_runner_on_failed) in callback plugin object at 0x7fd8bb22d050>): [Errno 111] Connection refused

Do you know what am I missing?

gregoriodia
Автор

Hi could you please share the details how you created ansible jobs in pipeline

mujeebk.s
Автор

plugin that you are using in jenkins is ansible plugin right?

pankajbarge
Автор

Hi @RedGeek, Thanks for sharing the information. for ansible an docker am using separate node. and getting the error. can you help me.
Error: "FAILED! => {"changed": false, "failed": true, "msg": "Failed to import docker-py - No module named docker. Try `pip install docker-py`"}
"

prabhatnayak