Giter Club home page Giter Club logo

dockerpanel's Introduction

Dockerpanel

An easy to use remote-access panel to manage existing docker containers. No setup required, just add a single docker container. Made specifically for running Minecraft servers using docker-compose but can of course be used for other containers as well.

screenshot

Features and design principles

  • Start and stop docker containers
  • Run commands in docker containers (send to stdin, not exec!)
  • View container logs
  • View container status
  • No database, basic configuration through environment variables

This is not a platform to create containers. Use docker-compose for defining your containers, and dockerpanel for easy remote access.

Live demo at dockerpanel-demo.rkslot.nl

Installation

Try it:

docker run -it --rm -p "8080:80" -v "/var/run/docker.sock:/var/run/docker.sock" derkades/dockerpanel

For installation, refer to docker-compose example below.

Environment variables:

  • THEME - Web UI theme, go here for a list of themes.
  • CONTAINERS - Space separated list of containers to show in the panel. Without this environment variable set, all containers are shown.
  • TAIL_LINES - Number of lines to show in the console (default 100).
  • DISABLE_INPUT - Set to disable terminal input
  • DISABLE_BUTTONS - Set to disable start/stop/restart buttons (default false).
  • PORT - Port number for embedded webserver (default 80).
  • TITLE - Site title, defaults to "DockerPanel"

docker-compose example

See docker-compose.yaml

dockerpanel's People

Contributors

dependabot-preview[bot] avatar derkades avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dockerpanel's Issues

Themes

  • Default

  • Dark

  • Black

  • Solarized Light

  • Solarized Dark

  • High Contrast Light

  • High Contrast Dark

  • Inverted

Scrollable list of containers

It would be handy if the list of containers was a separate scrolling panel, so the terminal doesn't move out of sight when you scroll down

Audit log

Print "major" actions like starting/stopping containers and sending commands to containers to stdout with origin IP address

Theme Switcher

toggle button for light & dark, dropdown for more themes

read-only mode

so you can read the terminal but can't execute commands or use start/stop buttons

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.