Skip to content

Docker Instance - Complete functionality for file browser  #397

@CheatCod

Description

@CheatCod

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions