cloudcmd
Cloud Commander web based orthodox file manager with console and editor.
50M+
Cloud Commander a file manager for the web with console and editor.

The docker images are provided for multiple architectures and types. The following list shows all existing images:
| Architecture | Type |
|---|---|
| amd64 | linux |
| arm/v7 | linux |
| arm64 (arm/v8) | linux |
| amd64 | linux-alpine |
| arm/v7 | linux-alpine |
| arm64 (arm/v8) | linux-alpine |
Cloud Commander could be used as a docker container this way:
docker run -it --rm -v ~:/root -v /:/mnt/fs -w=/root -p 8000:8000 coderaiser/cloudcmd
Config would be read from home directory, hosts root file system would be mount to /mnt/fs,
8000 port would be exposed to hosts port.
Also you could use docker compose with docker-compose.yml:
version: '2'
services:
web:
ports:
- 8000:8000
volumes:
- ~:/root
- /:/mnt/fs
image: coderaiser/cloudcmd
When you create this file run:
docker-compose up
More documentation you can find on https://cloudcmd.io/.
There is a lot ways to be involved in Cloud Commander development:
MIT
Content type
Image
Digest
sha256:143cca13d…
Size
186.7 MB
Last updated
about 6 hours ago
Requires Docker Desktop 4.37.1 or later.