项目作者: cutelyst

项目描述 :
Web interface to manage virtual machines with libvirt
高级语言: JavaScript
项目地址: git://github.com/cutelyst/Virtlyst.git
创建时间: 2017-10-24T13:23:57Z
项目社区:https://github.com/cutelyst/Virtlyst

开源协议:GNU Affero General Public License v3.0

下载


Docker Pulls

Virtlyst

Web interface to manage virtual machines with libvirt

Don’t let your virtualization management use more resources than your main virtualized needs.

  • Ideal for small deployments where simplicity is key to virtualization usage
  • Low memory footprint, around 5 MiB of RAM used
  • Low CPU usage
  • Look and feel easly customized with templates

Screenshot

Instances

Running

  1. cutelyst4-qt6 \
  2. --application path_to_libVirtlyst.so \
  3. --chdir2 _path_to_Virtlyst_clone \
  4. --static-map /static=root/static \
  5. --http-socket localhost:3000 \
  6. --master

Default Username: admin
Password: admin

Docker

docker-compose.yml

  1. services:
  2. virtlyst:
  3. image: dantti/virtlyst
  4. container_name: virtlyst
  5. volumes:
  6. - virtlyst:/root
  7. restart: always
  8. ports:
  9. - "80:80"
  10. volumes:
  11. virtlyst:

Start up: docker compose up -d

SSH

Virtlyst will prompt on container console for authentication.
So it is easier to add an ssh key.

Call these commands inside the container.

  1. $ ssh-keygen
  2. $ ssh-copy-id user@host