Skip to content

jlanssie/lhci-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LHCI Server

A Lighthouse CI Server with SSH support.

Setup

Pull Git repository.

Change directory to repostory.

Build image

docker image build -t lhci .

Create volume

docker volume create lhci-data

Run Container

docker container run -e ROOT_PASSWORD=MyPassword --publish 9001:9001 --publish 2222:22 --mount='source=lhci-data,target=/data' --detach lhci

Usage

SSH into the container

ssh root@localhost -p 2222

About

A Lighthouse CI Server with SSH support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published