objectType DockerNetworkPort
Details of a network port on the container made available for connection from outside.
Members
| name | type | mult | description |
|---|---|---|---|
| access | ivoa:boolean | A flag to indicate whether this port should be listed in the access methods for the execution. | |
| internal | DockerInternalPort | ||
| external | DockerExternalPort | ||
| protocol | ivoa:string | The network protocol to use, typically one of [UDP, TCP, HTTP, HTTPS], with a default of TCP. This should be defined as part of the description of the executable supplied by the client. The HTTP and HTTPS values further specify the protocol to use on top of TCP. Specifying HTTPS may help to meet firewall restrictions at some sites. |
|
| path | ivoa:string | The path component of an access URL. This should be defined as part of the description of the executable supplied by the client. This can be used to provide the path of a notebook within a JupyterNotebook container. |
Containment
This is contained by DockerNetworkSpec