Sunday, April 12, 2015

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.appcontainers.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/

source

1 comment:

  1. Great tutorial. I did have a question on network connectivity of a container, does the image retain all network/ip config so that when that container is started, we can ssh to it?

    ReplyDelete