Giter VIP home page Giter VIP logo

dockervirtlyst's Introduction

Docker Pulls

Virtlyst in Docker

docker-compose.yml

services:
  virtlyst:
    image: aklitzing/virtlyst
    container_name: virtlyst
    volumes:
      - virtlyst:/root
    restart: always
    ports:
      - "80:80"

volumes:
  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.

$ ssh-keygen
$ ssh-copy-id user@host

dockervirtlyst's People

Contributors

misery avatar

Watchers

 avatar  avatar

dockervirtlyst's Issues

support for a http proxy

Hi,
I'm using you docker image to run Virlyst but I faced an issue: I run it behind traefik and without the option --using-frontend-proxy. Could you add it to your Dockerfile if it doesn't interfere with the base deployment?

console doesn't work

Hi,
the main issue now is that the console (spice, vnc) doesn't work for me. Are you able to use it? It maybe related to the use of an http proxy (traefik for me) and, for sure, to the missing map of the web socket calls.
In the original configuration there is an option to fix the port: I tried to add an --http-socket :3000 option. A tweak on the option of traefik could be necessary.

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.