mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
Update README.md
You run containers that are based on images. The container will be deleted, but not the image.
This commit is contained in:
parent
a066b55f85
commit
d1b89dd381
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ PR to expand the list!_
|
||||||
## Try it in Docker
|
## Try it in Docker
|
||||||
|
|
||||||
Try Powerlevel10k in Docker. You can safely make any changes to the file system while trying out
|
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
|
```zsh
|
||||||
docker run -e TERM -e COLORTERM -e LC_ALL=C.UTF-8 -it --rm alpine sh -uec '
|
docker run -e TERM -e COLORTERM -e LC_ALL=C.UTF-8 -it --rm alpine sh -uec '
|
||||||
|
|
Loading…
Reference in a new issue