/rpi-dcui

Primary LanguageJavaScriptMIT LicenseMIT

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