The goal of the project is to deploy some container faster to provide an environment to test some playbook or role with Ansible
$ git clone https://github.com/Eliora59/ContainerProject.git
You need to add your user in the docker group (Don't forget to restart your session)
$ sudo usermod -a -G docker theophile
$ cd ContainerProject/DockerFiles/CentOS
$ docker build -t="zeorus-centos" ContainerProject/DockerFiles/CentOS/.
$ sudo chmod +x ContainerProject/deploy.sh
$ sudo cp ContainerProject/deploy.sh /usr/bin/local
$ deploy.sh
(Auto-destroy when session or computer is restarted)
$ deploy.sh --create
$ deploy.sh --infos
$ deploy.sh --drop
$ deploy.sh --ansible