Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

wrale/docker-dna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-dna

DockerDNA Project: Create Ansible-provisioned Docker images.

Getting Started

Render a DockerDNA-ready base image.

Only Ubuntu 12.04 is supported at this time. I'll add others if interest is apparent.

    git clone https://github.com/wrale/docker-dna.git
    cd ./docker-dna/base
    docker build -t yourname/docker-dna_base:12.04 .

Render a Docker image based on an existing DockerDNA role.

    cd ../rabbitmq
    docker build -t yourname/docker-dna_rabbitmq:3.1.5 .

Run a container using the image you just built:

    docker run -d -t yourname/docker-dna_rabbitmq:3.1.5 ??

Create your own DockerDNA roles using Ansible Best Practices.

Take a look at the zookeeper/ and rabbitmq/ directories for reference.

About

DockerDNA Project: Create Ansible-provisioned Docker images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages