minh10huy / rpi-dcui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Compose UI

Docker Stars Docker Pulls

What is it

Docker Compose UI is a web interface for Docker Compose.

The aim of this project is to provide a minimal HTTP API on top of Docker Compose while maintaining full interoperability with Docker Compose CLI.

The application can be deployed as a single container, there are no dependencies nor databases to install.

Install docker-compose-ui

docker-compose build -t dccomposeui01 .

Run with docker-compose

docker-compose up -d

Run with swarm

docker stack deploy -c docker-compose.yml dccomposeui01

About

License:MIT License


Languages

Language:JavaScript 35.6%Language:HTML 29.0%Language:Python 27.2%Language:CSS 8.2%