Tag: emacs


Using Emacs to edit files within Docker containers

Using Emacs to edit files within Docker containers

Introduction

This article explores how you can use an Emacs package docker-tramp, which extends the built-in TRAMP mode, to remote into your Docker containers and make changes to files from within Emacs. In a previous article, how to edit files within docker containers, we discussed how you could make changes to files within a running container by opening a shell and using the command line program sed. If you are an Emacs user you will find the method in this article much more convenient than opening a shell within a running...

Continue Reading