https://github.com/eht16/mc_extfs_docker
Docker Virtual filesystem for Midnight Commander
https://github.com/eht16/mc_extfs_docker
docker extfs mc midnight-commander vfs
Last synced: about 2 months ago
JSON representation
Docker Virtual filesystem for Midnight Commander
- Host: GitHub
- URL: https://github.com/eht16/mc_extfs_docker
- Owner: eht16
- License: mit
- Created: 2025-03-16T22:14:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T22:27:43.000Z (about 1 year ago)
- Last Synced: 2025-03-16T23:27:12.461Z (about 1 year ago)
- Topics: docker, extfs, mc, midnight-commander, vfs
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Virtual filesystem for Midnight Commander
A virtual filesystem for Midnight Commander to access and manage Docker containers, images, networks and volumes.
## Features
* List Docker containers, images, networks and volumes
* View Docker containers, images, networks and volumes
* Easily delete supported Docker resources
* Start a shell into running containers




## Installation
Copy `dockerfs+` to
~/.local/share/mc/extfs.d
and make it executable.
## Usage
$ mc dockerfs://
If the Docker daemon is available via network, start it as:
DOCKER_HOST=127.0.0.1:2375 mc dockerfs://
## ChangeLog
### 1.0 / 2025-03-16
* Initial release
## Contributing
Found a bug or got a feature request? Please report it at
https://github.com/eht16/mc_extfs_docker/issues.
## License
Licensed under the MIT License.
## Author
Enrico Tröger