-
Notifications
You must be signed in to change notification settings - Fork 34
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
Spacemacs Installation with custom docker image? #71
Comments
What do you mean by "different docker instance"? You mean working with a remote docker host? In this case please keep in mind that But if you are trying to use docker on the same host, then yeah: launch spacemacs, open the project, register it (please read the docs about the entrypoints e.t.c), probably build an image and then start |
I mean my own docker image with its own toolchains (different compilers and various other binaries + libraries) in it, i.e. not the I still don't understand the installation process for spacemacs. I read the README already and tried putting the |
Ah, ok, I see the problem now. Sadly I can't help you with the details on how to install packages with spacemacs (with vanilla emacs this package can be installed just the same as any other package). As for the docker image: please take a look at readme. You can either use a persistent yaml config or a |
I'm confused, how do I install this properly for spacemacs and how do I use this with a different docker instance? Do I have to use
start-spacemacs.sh
? Or do I launch spacemacs on the host machine and open the project and lsp-docker automates it?The text was updated successfully, but these errors were encountered: