Creating a custom CentOS 6.5 Docker container

preview_player
Показать описание
This tutorial will walk through the process of installing CentOS Linux 6.5 into a Docker Container, and various things we can do with Docker to run/modify the newly created container.

Full Text Tutorial:

Download CentOS 6.5 Minimal ISO

Docker Github:

Docker Create Image Scripts:

Docker Hub:
Рекомендации по теме
Комментарии
Автор

This was by far the best demonstration of docker and what you can do with things. I watched it at 2x speed, and was completely digestible. Thanks for taking time to make this video.

jeffjose
Автор

I have to say this is one of the best technical tutorials I have seen on youtube to date.  Well presented clear and concise.  Well played Sir!

michaelolearygmail
Автор

Friend i been looking for this kinda infiormation for so long...thanks you so much for sharing this.

hackerharshal
Автор

That's absolutely a fantastic and brilliant tutorial video I had ever seen.
Sheer specific and helpful.

I am SA and hope you will produce more videos.

Thanks for sharing.

lileon
Автор

this is a great video! thank you so much..

this is in fact much better than some of the paid videos out there on docker.

hnbtor
Автор

I actually did 80 % of the stuff shown here in centos7 and created a centos 7 base image. The rest just didn't apply to my case.

Thank you for the time you put in this video. It was extremely helpful!

gamiasthshanamontana
Автор

Excellent Video tutorial. I was unaware of Docker. Now I got to know the basics and start working :) 

rajasekarveerarajan
Автор

Great video tutorial. Thank you very much!

johnperez
Автор

Can i create a image of my virtual machine ? I have my project application and softwares on my virtual machine, so can i make the image of my whole virtual machine ?

harshikashrivastava
Автор

Great Intro - Thanks a bunch for your share....

TheNickwoodley
Автор

does anyone know if it possible to get centos 7 32 bit container using docker?

iancampbell
Автор

Hi; If it possible to get image as installed Centos7 softwares I mean I created vmware centos server zabbix, elk something each Vm server Can I get it one images because when I tried it like as on video it's giving base system not including softwares (zabbix, elk) just base image it's coming 277 mb something If someone answer my question I would be very pleased

ifoyil
Автор

this is great video, please help me to create base image of ubuntu

AryaGoshimath
Автор

If you go through the steps this video helps get your head around docker concepts.. thanks!

To proceed with docker-io installation on CentOS-6, you may need to remove the docker package first.
$ sudo yum -y remove docker
Next, let's install the docker-io package which will install Docker on our host.
$ sudo yum install docker-io

I also had issues with the bridge networking and finally figured out that it was creating an eth2 vs eth0 (this could have been user error messing with the settings and restarting a bunch of time) but figuring that out by running this command in the VM shell.. then changing the ifcfg accordingly.
# ip a

kurtfmoeller
Автор

Excellent tutorial. Have you used openvz? It is so much more mature. Why is Docker so popular over openvz? 

kullal