docs: use lowercase keywords

As per Org's new defaults, which we're adopting elsewhere, so may as
well adopt it here.
This commit is contained in:
Henrik Lissner 2022-03-28 15:03:21 +02:00
parent 9744946a66
commit e77a45bc22
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
167 changed files with 665 additions and 664 deletions

View file

@ -1,9 +1,9 @@
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools docker][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/docker/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
--------------------------------------------------------------------------------
#+TITLE: :tools docker
#+SUBTITLE: Yo dawg, I heard you like OSes, so I…
#+CREATED: September 06, 2018
#+SINCE: 21.12.0
#+title: :tools docker
#+subtitle: Yo dawg, I heard you like OSes, so I…
#+created: September 06, 2018
#+since: 21.12.0
* Description :unfold:
This module allows you to manipulate Docker images, containers, and more from
@ -80,9 +80,9 @@ following keybindings (for more marking possibilities, check out
** TRAMP
Offers the [[https://www.gnu.org/software/tramp/][TRAMP]] method =docker= to access running containers:
#+BEGIN_EXAMPLE
#+begin_example
C-x C-f /docker:$USER@$CONTAINER:/path/to/file
#+END_EXAMPLE
#+end_example
| =$USER= | the user that you want to use (optional) |
| =$CONTAINER= | the id or name of the container |