Skip to content

Commit 16a0cfb

Browse files
authored
Merge pull request #91 from factyy/fix/launch-podman-containers-properly
Use proper container launch options that work both for docker and podman
2 parents bf99b65 + c151af2 commit 16a0cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-docker.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Make sure the '%s' sub-key is set to one of the lsp registered clients:\n\n%s"
441441
"Return the docker command to be executed on host.
442442
Argument DOCKER-CONTAINER-NAME name to use for container."
443443
(split-string
444-
(format "%s start -i %s"
444+
(format "%s start -ia %s"
445445
lsp-docker-command
446446
docker-container-name)
447447
" "))

0 commit comments

Comments
 (0)