The Remote AI Documentation shows no example of how the volume should be configured.
Create Container
"Volumes": {
"path/in/container?": {
????
},
....
}
Start Container
"Binds": [ "/path/on/host:/path/in/container", ... ]
For me is unclear if I have to configure the "Volume" in the create container call and "Binds" in the start container call. Or is it enough to just configure a volume in start container..