Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Instruction on running Docker #24

Open
davidpham87 opened this issue Oct 7, 2021 · 5 comments
Open

Some Instruction on running Docker #24

davidpham87 opened this issue Oct 7, 2021 · 5 comments

Comments

@davidpham87
Copy link

Hello,

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

@yyoncho
Copy link
Member

yyoncho commented Oct 7, 2021

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

@davidpham87
Copy link
Author

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?

@yyoncho
Copy link
Member

yyoncho commented Oct 7, 2021

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

@davidpham87
Copy link
Author

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

@yyoncho
Copy link
Member

yyoncho commented Oct 7, 2021

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants