Backend API for DockerFlex - The missing file manager for Docker containers
4.1K
Backend component of DockerFlex - providing secure API endpoints for container file operations.
🔍 Container Management
📁 File Operations
🛠 API Features
services:
backend:
image: mbakgun/dockerflex-backend:latest
hostname: dockerflex-backend
container_name: dockerflex-backend
expose:
- "4200"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- app-network
networks:
app-network:
driver: bridge
docker compose up -d
For local development:
git clone https://github.com/mbakgun/dockerflex.git
cd dockerflex
docker compose -f docker-compose-local.yml up --build
MIT License - see the LICENSE file for details.
Content type
Image
Digest
sha256:06389dba6…
Size
62 MB
Last updated
11 months ago
docker pull mbakgun/dockerflex-backend