File Browser
Browse and manage files inside Docker containers
Overview
Dockerman's file browser lets you navigate the filesystem of any running container — browse directories, view files, and transfer files between the host and the container.
Browsing Files
- Open a running container
- Click the Files tab
- The file browser shows the container's root filesystem
Click a directory to navigate into it. Breadcrumbs show the current path.
Viewing Files
Click a file to view its contents. Dockerman previews:
- Text files (logs, configs, scripts)
- JSON and YAML files with syntax highlighting
Uploading Files
- Navigate to the target directory in the container
- Click Upload
- Select files from the host
- The files are copied to the container's current path
Downloading Files
Right-click a file or directory and choose Download to save it to the host. Directories are downloaded as a tar archive.