coderaiser/cloudcmd

By coderaiser

Updated about 6 hours ago

Cloud Commander web based orthodox file manager with console and editor.

Image
Artifact
78

50M+

coderaiser/cloudcmd repository overview

Cloud Commander Build Status Codacy Gitter

Main Blog Live(Heroku)

Cloud Commander a file manager for the web with console and editor.

Cloud Commander

The docker images are provided for multiple architectures and types. The following list shows all existing images:

ArchitectureType
amd64linux
arm/v7linux
arm64 (arm/v8)linux
amd64linux-alpine
arm/v7linux-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

Documentation

More documentation you can find on https://cloudcmd.io/.

Get involved

There is a lot ways to be involved in Cloud Commander development:

License

MIT

Tag summary

Content type

Image

Digest

sha256:143cca13d

Size

186.7 MB

Last updated

about 6 hours ago

Requires Docker Desktop 4.37.1 or later.