diff options
author | Brian Cully <bjc@kublai.com> | 2022-09-23 11:49:48 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-09-23 11:49:48 -0400 |
commit | 9cee7f27c0904a508311dc3206cdc3ea027420fc (patch) | |
tree | a79a840b026f0ca6f3453060f69de43384bb741f /README.org | |
parent | d79abaffeec3d60eae52d1100f5b75299bcdc4ac (diff) | |
download | tramp-docker-9cee7f27c0904a508311dc3206cdc3ea027420fc.tar.gz tramp-docker-9cee7f27c0904a508311dc3206cdc3ea027420fc.zip |
Document how to use podman in the README.v0.99
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -21,8 +21,11 @@ Call ~tramp-docker-setup~ to add support: (add-hook 'after-init-hook 'tramp-docker-setup) #+end_src - Use Tramp as normal to access files on a container: #+begin_example C-x C-f /docker:user@container:/path/to/file #+end_example + +** Using podman +To use =podman= as a drop-in replacement for =docker=, customize the +variable =tramp-docker-program=. |