Skip to content

Commit

Permalink
Merge pull request #91 from factyy/fix/launch-podman-containers-properly
Browse files Browse the repository at this point in the history
Use proper container launch options that work both for docker and podman
  • Loading branch information
factyy committed Apr 19, 2024
2 parents bf99b65 + c151af2 commit 16a0cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-docker.el
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Make sure the '%s' sub-key is set to one of the lsp registered clients:\n\n%s"
"Return the docker command to be executed on host.
Argument DOCKER-CONTAINER-NAME name to use for container."
(split-string
(format "%s start -i %s"
(format "%s start -ia %s"
lsp-docker-command
docker-container-name)
" "))
Expand Down

0 comments on commit 16a0cfb

Please sign in to comment.