lsp-gitpod icon indicating copy to clipboard operation
lsp-gitpod copied to clipboard

Some Instruction on running Docker

Open davidpham87 opened this issue 4 years ago • 5 comments

Hello,

I believe it would be great if we could have some information on how to run the docker image in the ReadMe.

davidpham87 avatar Oct 07 '21 12:10 davidpham87

Will do. Using these images for local development makes sense. FTR you can refer to https://github.com/emacs-lsp/lsp-gitpod/blob/master/docker/default/.bashrc-ex#L10

yyoncho avatar Oct 07 '21 12:10 yyoncho

Thanks a lot! Also, I tried to pull the images with podman and docker, and I got the following error message:

Error response from daemon: manifest for yyoncho/gitpod-doom:latest not found: manifest unknown: manifest unknown

Might you know why this would happen?

davidpham87 avatar Oct 07 '21 13:10 davidpham87

I believe it is caused most likely by the fact that I havent pushed that particular version of the base image in dockerhub. I suggest you try with yyoncho/gitpod-default:1.1.3

https://github.com/emacs-lsp/lsp-gitpod/blob/master/.gitpod.Dockerfile

yyoncho avatar Oct 07 '21 14:10 yyoncho

So I manage to download the image and access to broadway, but is it possible to use the container outside of gitpod? Namely locally?

davidpham87 avatar Oct 07 '21 17:10 davidpham87

Refer to that - https://github.com/Silex/docker-emacs#gui

Note that the emacs path on this docker container is ~/emacs/src/emacs

yyoncho avatar Oct 07 '21 18:10 yyoncho