Appearance
Mount Points
You can add new mount points to your service to mount either a volume or a variable into container filesystem. Simply use Add Mount Point button and then provide a few information:
- Mount Source Kind: choose the kind of resource you want to mount. You can mount either a volume or a variable.
- Mount Source: choose the source you want to mount.
- Mount Path: specify the path in the filesystem where the source will be mounted. The mount path must be unique across all mount points a service has.
- Volume Path (optional): specify the path in the volume's filesystem when you mount a volume. You can mount a subdirectory located inside the volume.
Yelken allows you to mount any kind of source multiple times. Combining this with Volume Path, you can use single volume and mount it into multiple paths with different volume path. As an example, consider an application that writes to two different directories /var/lib/app and /storage. You can use single volume with /app and /storage volume paths to mount it into these paths.
/app->/var/lib/app/storage->/storage