ContainerHostDataPath type

컨테이너 태스크의 컨테이너에 탑재될 경로입니다.

type ContainerHostDataPath =
  | "Shared"
  | "Startup"
  | "VfsMounts"
  | "Task"
  | "JobPrep"
  | "Applications"