Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

misery/DockerVirtlyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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