Skip to content

alvessteve/lighthouse-viewer-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lighthouse Viewer Docker image

This repository contains the Dockerfile for the Lighthouse Viewer Docker image.

Usage

Build the Docker image

To build the Lighthouse Viewer Docker image, you can use the following command:

docker build --ssh default -t lighthouse-viewer .

Run the Docker image

To run the Lighthouse Viewer Docker image, you can use the following command:

docker run -p 7333:7333 -d --name lighthouse-viewer lighthouse-viewer

FAQ

  1. I have a permission denied when cloning the git repo

This means that you have no identity set up in your ssh configuration. You can fix this by adding your ssh key to the ssh-agent:

eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa

or

ssh-add --apple-use-keychain

source: https://stackoverflow.com/questions/70611942/docker-ssh-default-permission-denied-publickey

About

A docker image for the lighthouse-viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published