Then I realized the best way to understand it is to practice, solving all sort of problems during implementation will help you understand the "new" techniques, "new" products, at least to myself!
Nothing fancy in this blog. It just a log what I have progressed so far.
1. Install a CentOS 7 on a VM esxi v5.0 (I knew, it is very old exsi version. But that is what I can get).
2. Install docker by following Get Docker CE for CentOS.
I just followed the steps and I was able to install docker CE without problems.
3. Follow Post-installation steps for Linux to continue.
I tried to Google the solution, but couldn't find useful information.
I decided to skip this and continue.
4. Start reading
5. Build my very first container by following
It started to work after I stopped/disabled firewalld and stop iptables.
And here I am:
6. Tag and push the newly built image to repository.
But error occurred and it complained about the iptables.
Google the error but the solution is not quite what I looking for.
I stop the docker and start again.
Build the image, tagged it, pushed it again.
Now I can run the image from repository! Problem solved!
7. Follow
8. Install a few tools on CentOS7:
* wget
* virtualbox
* docker-machine
That is great. At least I think I know what container really is and what Docker is!
Continue:
9. Follow
I am having trouble to create vm on my esxi. I am trying to find a fix for the issue.