mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 12:57:50 +00:00
parent
a10b9db721
commit
337154ad35
@ -9,8 +9,8 @@ use crate::utils;
|
||||
/// Creates a module with the currently active Docker context
|
||||
///
|
||||
/// Will display the Docker context if the following criteria are met:
|
||||
/// - There is a non-empty enviroment variable named DOCKER_HOST
|
||||
/// - Or there is a non-empty enviroment variable named DOCKER_CONTEXT
|
||||
/// - There is a non-empty environment variable named DOCKER_HOST
|
||||
/// - Or there is a non-empty environment variable named DOCKER_CONTEXT
|
||||
/// - Or there is a file named `$HOME/.docker/config.json`
|
||||
/// - Or a file named `$DOCKER_CONFIG/config.json`
|
||||
/// - The file is JSON and contains a field named `currentContext`
|
||||
|
Loading…
Reference in New Issue
Block a user