Image | {{ container.Config.Image }}@{{ container.Image }} | ||
Port configuration |
{{ portMapping.host }}
|
||
CMD | {{ container.Config.Cmd | command }} |
||
ENTRYPOINT | {{ container.Config.Entrypoint ? (container.Config.Entrypoint | command) : 'null' }} |
||
ENV |
|
||
Labels |
|
||
Restart policies |
|
||
Sysctls |
|
||
GPUS | {{ computeDockerGPUCommand() }} |
Host/volume | Path in container | |
---|---|---|
{{ vol.Source }} | {{ vol.Name }} | {{ vol.Destination }} |