Pattern: Invalid port for EXPOSE
Issue: -
Valid UNIX ports range from 0 to 65535.
Example of incorrect code:
FROM busybox
EXPOSE 80000
Example of correct code:
FROM busybox
EXPOSE 65535
Pattern: Invalid port for EXPOSE
Issue: -
Valid UNIX ports range from 0 to 65535.
Example of incorrect code:
FROM busybox
EXPOSE 80000
Example of correct code:
FROM busybox
EXPOSE 65535