emacs-lsp / lsp-docker

Scripts and configurations to leverage lsp-mode in docker environment
GNU General Public License v3.0
241 stars 34 forks source link

Use proper container launch options that work both for docker and podman #91

Closed factyy closed 2 months ago

factyy commented 2 months ago

Add an --attach or -a flag when launching containers. Somehow launching without this flag used to work with docker but breaks podman containers.