Creating a custom CentOS 6.5 Docker container



Creating a custom CentOS 6.5 Docker container

Creating a custom CentOS 6.5 Docker container

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:
http://www.formatccolon.com/creating-a-custom-centos-6-5-docker-container/

Download VirtualBox: https://www.virtualbox.org/wiki/Downloads

Download CentOS 6.5 Minimal ISO
http://isoredirect.centos.org/centos/6/isos/x86_64/

Docker Github:
https://github.com/docker/docker

Docker Create Image Scripts:
https://github.com/docker/docker/tree/master/contrib

Docker Hub:
https://hub.docker.com/

Comments are closed.