Description
Currently, the file browser on Docker Instance only supports reading: the implementation is as follows:
|
if uuid.to_string().starts_with("DOCKER-") { |
|
let file = state |
|
.docker_bridge |
|
.read_container_file(&uuid, relative_path.into()) |
|
.await?; |
Repeat this pattern for other FS handlers and completes as many functionality as you can.