NFS를 통해 컨테이너 내에서 선택한 애플리케이션의 데이터를 사용하려면 YAML 코드를 컨테이너의 YAML 구성 파일에 추가해야 합니다.
활성 마운트 관리
마운트를 만들면 앱 관리자 > 활성 마운트에서 이미지를 추적할 수 있습니다.
이미지를 무기한 마운트된 상태로 두지 마세요. 마운트가 생성된 백업 이미지는 모든 마운트가 삭제될 때까지 만료될 수 없기 때문입니다. 마운트된 이미지 사용을 완료한 후 다음 중 하나를 실행합니다.
이미지를 마운트 해제합니다. 필요한 경우 재마운트할 수 있습니다. 그런 다음 더 이상 필요하지 않다고 판단되면 나중에 이미지를 삭제할 수 있습니다.
이미지를 마운트 해제하고 삭제합니다. 이렇게 하면 마운트가 기반으로 하는 백업이 아니라 마운트된 이미지가 삭제됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-03(UTC)"],[[["This process outlines how to mount and access application data from supported database applications within a container environment, which involves navigating to the **Applications** page and selecting the desired application image."],["The **Access** page displays captured images, allowing the selection of a point-in-time image to be mounted to a container by specifying the **Container** option."],["Users must define parameters for container mounts, including a unique label, allowed IP addresses for access, and the paths for mounting inside the container and exposing the logical volume over NFS."],["After submission and job completion, the mounted image becomes active and accessible via NFS from the appliance, with container YAML code available in the **Job Details** or **Active Mounts** pages."],["Mounted images should be unmounted or unmounted and deleted when they are no longer needed to allow the expiration of their base backup images, which is managed through the **Active Mounts** page."]]],[]]