Skip to content

Fix EXPOSE with protocol #10

@zemanlx

Description

@zemanlx

Right now there is only supported

EXPOSE <port>  [<port> ...]

where port is integer, but in reference EXPOSE is defined as

EXPOSE <port> [<port>/<protocol>...]

The EXPOSE instruction informs Docker that the container listens on the specified network ports at runtime. You can specify whether the port listens on TCP or UDP, and the default is TCP if the protocol is not specified.

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