stable

Clone or download

Read-only

Manage tuleap-aio docker restart and persistent volumes

Data are stored on a persistent volume and are back on image restart. The upgrade of the platform is also taken into account. How to test: docker run --rm -ti -v tuleap-c7-data:/data -v $PWD:/usr/share/tuleap enalean/tuleap-aio:centos7 do some stuff in the target platform kill the first constainer and run again the command Everything should be back. Part of request #13394 tuleap-aio should run on centos7 Change-Id: I52a1eacdf8f1a4f4c2b68d08f08387ccae230fad

Modified Files

Name
A src/tuleap-cfg/Command/Configure/ConfigureApache.php +103 −0 Go to diff View file
M src/tuleap-cfg/Command/ConfigureCommand.php +4 −63 Go to diff View file
M src/tuleap-cfg/Command/DockerAioRunCommand.php +128 −10 Go to diff View file