docker, ollama, history, tldr: fix mnemonics (#12762)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
SeWook Oh
2024-05-27 18:41:56 +01:00
committed by GitHub
parent fa91c0c282
commit 5d974c710f
4 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
`docker images`
- Open a shell inside a running container:
- Open an [i]nteractive [t]ty with Bourne shell (`sh`) inside a running container:
`docker exec -it {{container_name}} {{sh}}`