Newbie question for SCALE - "Host path volume" vs "Memory-backed volume" vs "volume"

DavidYLau

Dabbler
Joined
Jul 30, 2022
Messages
28
Hi, I'm a newbie to containers/Docker/Kubernetes so my questions will be pretty basic.

I'm trying to figure out how to launch a specific docker image. It's a container for iDrive created in 2021 on hub.docker.com (if anybody cares).
The container is here: https://hub.docker.com/r/volkerfr/idrive-docker

That container needs a couple of volumes for its configuration. I think I know what values to use.
Q1: In the "Launch Docker Image" procedure, in the Storage section: there are 3 choices - "Host Path Volumes", "Memory-backed Volumes" and "Volumes".
Could somebody explain the differences these 3 different volume types?

Q2: For networking, the container needs "t2_proxy". How do I input that in the Networking section?

I searched through the forums and the online documentation and didn't find anything relevant.

Thanks in advance for any help..
 
Top