Post

AnyAppStart Update

AnyAppStart Update

AnyAppStart-0.1.3: now works fully from Docker!

AnyAppStart is a control panel to Start/Stop/Restart/View Logs, CPU, Memory for Docker, Systemd, VMs or anything else (with user scripts).

What’s new

  • Easyly SSH into other machines from Docker container
  • CPU and Memory consumption data
  • Better performance

Screenshot

Quick start (Docker)

1
2
3
4
5
6
docker run --name AnyAppStart \
  -e "TZ=$YOURTIMEZONE" \
  -v ~/.dockerdata/AnyAppStart:/data/AnyAppStart \ # yaml files here
  -v /var/run/docker.sock:/var/run/docker.sock \   # mount docker
  -p 8855:8855 \
aceberg/anyappstart # or ghcr.io/aceberg/anyappstart

Or use docker-compose.yaml

Binary packages are still available.

This post is licensed under CC BY 4.0 by the author.