Skip to content

An entrypoint or command defined in the image are ignored #78

Description

@spaulg

Description

If the compose file does not declare an entrypoint or command, but the image does, the container is started without a command.

This is because the service entrypoint is overridden but the image entrypoint/command is not accessible to solo.

Acceptance Criteria

  1. Given an image that defines an entrypoint and/or command
    When an entrypoint and comand are not defined in the project file
    Then the entrypoint and command in the image are used instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions