Sign inSign up

ftsiadimos/lightdockerwebui

By ftsiadimos

Updated 23 days ago

Simple WebUI to control your docker containers.

Image
Developer tools
Content management system
Monitoring & observability
1

3.6K

ftsiadimos/lightdockerwebui repository overview

Simple WebUI to control your docker containers.

Github https://github.com/ftsiadimos/SimpleDockerWebui

Feature requests, bug reports, and other contributions are welcome. The best way is to open an issue on GitHub.

Basic Usage Instructions

  1. Install the docker server if you haven't already.
  2. Pull the lightdockerwebui image using the following command:
    docker pull ftsiadimos/lightdockerwebui:latest
    
  3. Use the image by running the following command:
    docker run -d \
      --restart unless-stopped \
      -p 8008:8008 \
      --name=DockerManager \
      -v $(pwd)/instance:/app/instance \
      ftsiadimos/lightdockerwebui:latest
    
  4. Open URL in a web browser.

Alt text

Tag summary

Content type

Image

Digest

sha256:60879bcd7

Size

137.2 MB

Last updated

23 days ago

docker pull ftsiadimos/lightdockerwebui