diff options
author | James Winegar <jameswinegar@users.noreply.github.com> | 2023-01-19 18:26:40 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-01-19 18:57:43 +0300 |
commit | d1b89dd3813fca823afef323101faf71a9840d36 (patch) | |
tree | 4ea39c20e3c8c83c446115ba31e43aad7aad6a0e /README.md | |
parent | a066b55f855c8e488d3ea9e26e861bdd5ecd4fe8 (diff) |
Update README.md
You run containers that are based on images. The container will be deleted, but not the image.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -761,7 +761,7 @@ PR to expand the list!_ ## Try it in Docker Try Powerlevel10k in Docker. You can safely make any changes to the file system while trying out -the theme. Once you exit Zsh, the image is deleted. +the theme. Once you exit Zsh, the container is deleted. ```zsh docker run -e TERM -e COLORTERM -e LC_ALL=C.UTF-8 -it --rm alpine sh -uec ' |