You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The location where the persistent storage for the session will be mounted, usually it should be identical to or a parent of the working directory
573
585
minLength: 1
586
+
EnvironmentCommand:
587
+
type: array
588
+
items:
589
+
type: string
590
+
description: The command that will be run i.e. will overwrite the image Dockerfile ENTRYPOINT, equivalent to command in Kubernetes
591
+
minLength: 1
592
+
EnvironmentArgs:
593
+
type: array
594
+
items:
595
+
type: string
596
+
description: The arguments that will follow the command, i.e. will overwrite the image Dockerfile CMD, equivalent to args in Kubernetes
0 commit comments