Questions tagged [docker]
The docker tag has no summary.
19 questions
0
votes
1
answer
318
views
Run Emacs on Windows host, docker container on Linux server
I have a Windows 10 machine at work, on which our IT refuses to install Docker. Instead, they want me to run Docker on a remote Linux server that I access through PuTTY. I have a PuTTY session called &...
1
vote
0
answers
224
views
Emacs LSP server inside docker container hanging on startup
I'm trying to use emacs lsp and pyright server with docker. I'm trying to use custom containers as explained here.
I've managed to setup this super simple test project. The lsp server starts, however ...
2
votes
1
answer
513
views
How can I start emacs in "headless" mode?
I'm configuring a .emacs.d folder for putting inside a Docker container. On Docker, I need to install all the tools that I want on my image while I'm building the image. Even though I can properly put ...
5
votes
0
answers
162
views
Python development using Docker interpreter
I would like to use Spacemacs for Python development. I've used Emacs for years and still use it for org-mode and other note taking.
At work we develop using Docker based interpreters. This means that ...
0
votes
0
answers
362
views
How do I set up a container so Emacs LSP can run a Python IDE with pyright?
I am trying to update old python code using a TensorFlow v1 container (I will eventually port it to either TensorFlow v2 or PyTorch).
I have an emacs Python environment already set up and used locally ...
1
vote
1
answer
180
views
How do I change the python layer test command
I'm writing an app in python, which I will run in docker. Therefore I want to test it in docker as well. I'm working in spacemacs and want to use the tools available to test.
With projectile this is ...
1
vote
0
answers
392
views
How to use Emacs+ESS to access GNU R within docker including x11 without openssh-server
I'm using Debian Stable (currently Buster) to do my programming in GNU R.
As an IDE I'm using both Nvim-R (a vim/neovim-plugin) as well as Emacs+ESS but not Rstudio (although it's a great IDE for ...
2
votes
3
answers
566
views
Connect to Melpa on Port 80 in Setup Script
I'm trying to setup emacs in a docker image that I am creating. I would like to create the image with a particular melpa package installed.
This is my Dockerfile:
FROM ubuntu
RUN apt-get update
RUN ...
0
votes
1
answer
375
views
command run in docker-tramp running on the host rather than remote
The setup:
I have a docker container connected with a mounted volume containing an org file. The docker container has both texlive and emacs (configured exactly the way it is on my host) installed. I ...
0
votes
1
answer
171
views
Tramp is operating on host filesystem instead of container filesystem
I'm using a slightly modified version of the usual docker tramp integration (below) which works fine to complete up to /docker:container_name: but where it goes wrong is it opens files on the host ...
1
vote
2
answers
499
views
How to fix docker command prompt
When I start emacs -q and run M-x shell there is formatting error when connecting to docker container as follows,
$ docker container exec -it ...
3
votes
1
answer
791
views
Themes in emacs-nox displaying bottom part of frame black instead of background color
Edit: I tried many themes and it was an issue for all of them so this is not a Zenburn specific issue.
Edit: Docker is not part of the issue as there is the same behavior when this is done using just ...
3
votes
1
answer
4k
views
Error (use-package): Failed to install magit: Package `magit-' is unavailable
I am starting to build up a .emacs file to be used as a development environment within Docker containers. I get this error when starting emacs-nox in a Docker container.
Error (use-package): Failed to ...
14
votes
2
answers
16k
views
error: Package `use-package-' is unavailable
I am starting to build up a .emacs file to be used as a development environment within Docker containers. I get this error when starting emacs-nox in a Docker container.
Warning (initialization): An ...
1
vote
1
answer
568
views
How to use mysql client (sql-mysql-program) from a docker container?
I am running MySQL inside a docker container. When I try to connect to it using M-x sql-mysql I see the following error:
Unable to locate SQL program ‘mysql’
Yeah, I don't have mysql-client ...
7
votes
1
answer
1k
views
Fix compilation mode paths when compiling in container or remotely
Recently the scenario of editing project source code locally but building the project remotely on another machine (for example inside a Docker container or an Amazon Web Services host) is becoming ...
6
votes
0
answers
350
views
How to map file paths when using docker
I'm running code in development using docker. I do that using the -v flag to docker run to mount my code in the container.
I've set directory-abbrev-alist and configured compilation-error-regexp-...
1
vote
1
answer
359
views
comint-mode + vagrant
Disclaimer: Pretty new to Emacs and running Spacemacs, have no idea what I'm doing with elisp.
We run all our projects under vagrant, so I'm interested in getting some things, such as inf-ruby-mode ...
6
votes
2
answers
2k
views
building emacs in a docker container
Until very recently, I've been able to build emacs from source in a docker container using this recipe. However as of last week, all my builds have been failing with
Warning: Your system has a gap ...