Project

General

Profile

Documentation #15189

Updated by Nathan Cutler about 8 years ago

The "Writing Make Check Tests", "Writing Integration Tests", and vstart.sh chapters could both refer to a "Using Docker to Setup Up an Environment" chapter/section 

 * Intro to Docker 
 * Point to Docker tutorial 
 * What is an image, what is a container 
 * How are containers helpful? 
 * Quickly deploy a "platform foo" environment 
 * docker_test.sh 
 * Docker caveats (enough space for /var/lib/docker) 

 In this comment: https://github.com/ceph/ceph/pull/4707#issuecomment-102836883 

 Loic describes how to set up a CentOS 7 environment using @docker_test.sh@ 

 Apparently, it can also do openSUSE_13.2 like this: 

 <pre> 
 test/docker-test.sh --os-type opensuse --os-version 13.2 --shell 
 </pre>

Back