An open API service indexing awesome lists of open source software.

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

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

![Screenshot of Midnight Commander with dockerfs showing available containers](screenshots/dockerfs_containers.png "Dockerfs containers")
![Screenshot of Midnight Commander with dockerfs showing available images](screenshots/dockerfs_images.png "Dockerfs images")
![Screenshot of Midnight Commander with dockerfs showing available networks](screenshots/dockerfs_networks.png "Dockerfs networks")
![Screenshot of Midnight Commander with dockerfs showing available volumes](screenshots/dockerfs_volumes.png "Dockerfs volumes")

## 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