Some Instruction on running Docker
Hello,
I believe it would be great if we could have some information on how to run the docker image in the ReadMe.
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
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?
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
So I manage to download the image and access to broadway, but is it possible to use the container outside of gitpod? Namely locally?
Refer to that - https://github.com/Silex/docker-emacs#gui
Note that the emacs path on this docker container is ~/emacs/src/emacs