spacedeck
A self-hosted, real-time collaborative whiteboard application with rich media support.
312
A self-hosted, real-time collaborative whiteboard application with rich media support.
docker pull rohitghumare64/spacedeck:latest
docker run -d -p 9666:9666 rohitghumare64/spacedeck:latest
Access the application at: http://localhost:9666
##Features
##Configuration The container uses the following default configuration:
You can customize the configuration by mounting a custom config file:
docker run -d -p 9666:9666 -v /path/to/your/config.json:/app/config/default.json rohitghumare64/spacedeck:latest
Content type
Image
Digest
sha256:bf4bbdec4…
Size
354.8 MB
Last updated
over 1 year ago
docker pull rohitghumare64/spacedeck