stable

Clone or download

Read-only

request #18446 Let docker admin define it's own command in docker image startup

Shift image setup and startup to ENTRYPOINT so we can have control on what runs with CMD. This comes with 2 new options that can be set on CMD: --no-supervisord: no daemon will be run at all --exec: a command to be run just before supervisord kicks in (if any) Change-Id: Ic0a717519945809ba9acd2a7bca96237fe932dea

Modified Files

Name
M plugins/tee_container/docker/Dockerfile +1 −1 Go to diff View file
M plugins/tee_container/docker/docker-compose.yml +2 −1 Go to diff View file
M plugins/tee_container/include/StartContainerCommand.php +35 −6 Go to diff View file
M src/tuleap-cfg/Command/Docker/Supervisord.php +13 −5 Go to diff View file