Skip to main content

Questions tagged [docker]

Filter by
Sorted by
Tagged with
0 votes
1 answer
318 views

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 &...
Rodney Price's user avatar
1 vote
0 answers
224 views

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 ...
Freder's user avatar
  • 11
2 votes
1 answer
513 views

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 ...
raylight's user avatar
  • 257
5 votes
0 answers
162 views

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 ...
Anake's user avatar
  • 151
0 votes
0 answers
362 views

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 ...
simon.watson.sjw's user avatar
1 vote
1 answer
180 views

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 ...
Harm's user avatar
  • 131
1 vote
0 answers
392 views

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 ...
n0542344's user avatar
  • 185
2 votes
3 answers
566 views

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 ...
Campbell Hutcheson's user avatar
0 votes
1 answer
375 views

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 ...
aNaravi's user avatar
  • 83
0 votes
1 answer
171 views

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 ...
Camden Narzt's user avatar
1 vote
2 answers
499 views

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 ...
phoxd's user avatar
  • 241
3 votes
1 answer
791 views

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 ...
learningemacs's user avatar
3 votes
1 answer
4k views

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 ...
learningemacs's user avatar
14 votes
2 answers
16k views

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 ...
learningemacs's user avatar
1 vote
1 answer
568 views

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 ...
Oles Savluk's user avatar
7 votes
1 answer
1k views

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 ...
Make Mark's user avatar
  • 181
6 votes
0 answers
350 views

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-...
Croad Langshan's user avatar
1 vote
1 answer
359 views

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 ...
Jamie Schembri's user avatar
6 votes
2 answers
2k views

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 ...
fommil's user avatar
  • 1,850