Aurélien Mino

Results 31 issues of Aurélien Mino

docker-entrypoint.sh tries to detect if asadmin is ran in CMD with the following test : `` "$1" = 'asadmin' `` According to the [documentation](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact), this doesn't work when using CMD...