Skip to content

Entrypoint doesn't work when using CMD in shell form #7

@murdos

Description

@murdos

docker-entrypoint.sh tries to detect if asadmin is ran in CMD with the following test :
"$1" = 'asadmin'

According to the documentation, this doesn't work when using CMD in shell form since the resulting command will be:
exec_entry p1_entry /bin/sh -c exec_cmd p1_cmd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions