This commit is contained in:
Roman Perepelitsa 2020-03-11 21:36:08 +01:00 committed by GitHub
parent 608872f117
commit c3ddca85ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,4 +43,5 @@
- add `docker_context` prompt segment; similar to `kubecontext`; the data should come from
`currentContext` field in `~/.docker/config.json` (according to
https://github.com/starship/starship/issues/995); there is also `DOCKER_CONTEXT`; more info:
https://docs.docker.com/engine/reference/commandline/context_use.
https://docs.docker.com/engine/reference/commandline/context_use; also
https://github.com/starship/starship/pull/996.