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