diff options
author | Brian Cully <bjc@kublai.com> | 2022-09-17 08:59:00 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-09-17 08:59:00 -0400 |
commit | 2baf5ef2b36c09313b007fd09bf9f9ed955e758a (patch) | |
tree | 893028546f0b5c12d4c949783923f3d24acf96a6 /tramp-docker.el | |
parent | 1387f030e68ecfe96c1ce7ed6bcc35a81c6df434 (diff) | |
download | tramp-docker-2baf5ef2b36c09313b007fd09bf9f9ed955e758a.tar.gz tramp-docker-2baf5ef2b36c09313b007fd09bf9f9ed955e758a.zip |
allow userid selection when selecting a container
Diffstat (limited to 'tramp-docker.el')
-rw-r--r-- | tramp-docker.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tramp-docker.el b/tramp-docker.el index 8ae9840..f12dd2d 100644 --- a/tramp-docker.el +++ b/tramp-docker.el @@ -92,7 +92,7 @@ see its function help for a description of the format." (tramp-login-program ,tramp-docker-program) (tramp-login-args (("exec") ("-it") - ;("--uid" "%u") + ("-u" "%u") ("%h") ("/bin/sh"))) (tramp-remote-shell "/bin/sh") |