Simple WebUI to control your docker containers.
3.6K
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.
docker server if you haven't already.lightdockerwebui image using the following command:
docker pull ftsiadimos/lightdockerwebui:latest
docker run -d \
--restart unless-stopped \
-p 8008:8008 \
--name=DockerManager \
-v $(pwd)/instance:/app/instance \
ftsiadimos/lightdockerwebui:latest

Content type
Image
Digest
sha256:60879bcd7…
Size
137.2 MB
Last updated
23 days ago
docker pull ftsiadimos/lightdockerwebui